oger · he/him
Error "repository does not exist" but repository might still be created
Btw. I suppose the reason for the initial error message is because ErrorHandler.categorizeError() (in ErrorHandler.kt) first checks for isRcloneConfigError(), and this finds the "failed to...
kotlinx.serialization.MissingFieldException: Field 'total_file_count' is required
OK, I tried again without manually creating the Restic repository first. There was still an error message (which I described at dawdyd/resticopia#45) but now it works...
Error "repository does not exist" but repository might still be created
kotlinx.serialization.MissingFieldException: Field 'total_file_count' is required
abe94117e0
Makefile: run pylint during "make check"
7a9914b7b6
timeit: fix "consider-using-f-string" pylint warnings
098470c5eb
tests: add test case "test_usage_error_output"
eb990d02d8
tests: add test case "test_env_vars"
59c5d9b560
tests: add test case "test_run_nonexistent_command"
fd6085b357
README: update link from Python 2 to 3
71d881a2c4
timeit: fix wrong order of month and day in timestamp in diagram
4b405b2321
timeit: add basic type hints for all functions
bf5ad5a7f7
add mypy to "make check"
a16920730d
timeit: add type hint to silence mypy
966b5e455c
add UNLICENSE file to put project into public domain
3d4c9bc8bf
add initial README file
0429ce25a1
add another performance test for wp, with bible.txt concatenated 10 times
1a1258c23c
Makefile: build with debug info
40a7394421
wp: don't tie cin and cout I/O to each other, to hopefully improve performance
267934739a
wp: don't sync C and C++ IO with each other, to improve performance
eb4d8896dc
wp: use hashmap instead of binary-tree map
fd6085b357
README: update link from Python 2 to 3
71d881a2c4
timeit: fix wrong order of month and day in timestamp in diagram
4b405b2321
timeit: add basic type hints for all functions
bf5ad5a7f7
add mypy to "make check"
a16920730d
timeit: add type hint to silence mypy
ed7b66e423
format test_shell_with_approvals.py with Black
588709e969
run Black also on test code
438f841262
timeit: make some more env vars available to the timed command
c143cc5cc6
git-timeit: make some environment variables available to the timeit command
af57b48d9f
git-timeit: improve progress/status output
2bacc2c291
git-timeit: exit if preparation command fails
98fddc246e
git-timeit: don't use colons in default output name
8af0ec663c
add README file
eea44b3c88
rename gen1.py to generate_code.py
a4cb3aea29
rename test9.cpp to delay_compiler.cpp
4d065c7171
some cleanup in test9.cpp
9c0b47f90f
use shutil.copyfile() instead of os.system("cp")
d4b1d0b5af
add one line of padding at the top to hide the " 2 | _" error message