| Age | Commit message (Collapse) | Author |
|
GitOrigin-RevId: 291b72ec4a8364208d7633d881cddc98787832b8
|
|
idl (#22254)
GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
|
|
(#20541)
GitOrigin-RevId: 01f14197a08ad33ec3ae9c5548c65e12b19d1530
|
|
GitOrigin-RevId: cab185dfa4430aaca4fd2647978db3096c12fd11
|
|
MONGO_UNREACHABLE_TASSERT
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Alison Felizzi <alison.felizzi@mongodb.com>
|
|
This reverts commit 5b78474fa9d0df4aaeab73f4384d3ab8a026dac8.
|
|
|
|
|
|
|
|
unique error codes.
|
|
|
|
|
|
* Remove setPlainConsoleLogger()
* Update errorcodes linter to work with custom user defined log macros
rename src/mongo/embedded/{embedded_log_appender.h => embedded_log_backend.h} (61%)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes it more useful when loading duplicate locations into vim with
:cexpr system('python2 buildscripts/errorcodes.py -q')
Other editors can probably also make use of this.
|
|
|
|
All users were converted to just use AssertionException.
|
|
It is easier to install and seems to be faster.
|
|
* Only look in src/mongo rather than filtering after the fact
* Use re2 if available
* Lazily convert byte offsets to line numbers only when needed
Also I added a --quiet option to make it silent on success.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- captures multiline messages, when possible
- no longer silently modifies source code. (for hygenic build)
- prompts user to reinvoke with "--fix" when conflict or zero code detected
- faster
|
|
Do not trigger "bare assert" error when " assert(" appears in a
quoted string, as it does in src/mongo/shell/mongo.cpp for example
(as generated by the Visual Studio build).
|
|
Fix up duped error codes.
|
|
|
|
|
|
|
|
|
|
|