##// END OF EJS Templates
fsmonitor: be robust in the face of bad state...
fsmonitor: be robust in the face of bad state fsmonitor could write out bad state if interrupted part way through, and would then crash when it tried to read it back in. Make both sides of the operation more robust - reading state should fail cleanly, and we can use atomictemp to write out cleanly as the file is small. Between the two, we shouldn't crash with an IndexError any more.

File last commit:

r30435:b86a448a default
r30539:29b35dac default
Show More
test-check-code.t
20 lines | 1.0 KiB | text/troff | Tads3Lexer
/ tests / test-check-code.t
Pierre-Yves David
tests: move the '-hg' postfix for all style tests...
r27368 #require test-repo
timeless
tests: silence test-repo obsolete warning...
r29219 $ . "$TESTDIR/helpers-testrepo.sh"
Pierre-Yves David
tests: move the '-hg' postfix for all style tests...
r27368 $ check_code="$TESTDIR"/../contrib/check-code.py
$ cd "$TESTDIR"/..
New errors are not allowed. Warnings are strongly discouraged.
(The writing "no-che?k-code" is for not skipping this file when checking.)
Gregory Szorc
zstd: vendor python-zstandard 0.5.0...
r30435 $ hg locate -X contrib/python-zstandard | sed 's-\\-/-g' |
Pierre-Yves David
tests: move the '-hg' postfix for all style tests...
r27368 > xargs "$check_code" --warnings --per-file=0 || false
Martijn Pieters
fsmonitor: dependencies for new experimental extension...
r28432 Skipping hgext/fsmonitor/pywatchman/__init__.py it has no-che?k-code (glob)
Skipping hgext/fsmonitor/pywatchman/bser.c it has no-che?k-code (glob)
Skipping hgext/fsmonitor/pywatchman/capabilities.py it has no-che?k-code (glob)
Augie Fackler
fsmonitor: flag msc_stdint as no-check-code...
r28529 Skipping hgext/fsmonitor/pywatchman/msc_stdint.h it has no-che?k-code (glob)
Martijn Pieters
fsmonitor: dependencies for new experimental extension...
r28432 Skipping hgext/fsmonitor/pywatchman/pybser.py it has no-che?k-code (glob)
Pierre-Yves David
tests: move the '-hg' postfix for all style tests...
r27368 Skipping i18n/polib.py it has no-che?k-code (glob)
Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
Gregory Szorc
statprof: vendor statprof.py...
r30253 Skipping mercurial/statprof.py it has no-che?k-code (glob)