checktestdata
checktestdata copied to clipboard
checks integrity of test data in programming contests like the ACM ICPC
The first commit of this PR contains two tests where the antlr rewrite (#3) currently appears wrong, failing to run scripts with e.g. `\(` escapes in regexes, and scripts using...
Hi, I'm building checktestdata on WSL. When compiling on master, I get: ``` g++ -g -O2 -Wall -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -std=c++14 -DVERSION="\"20200702\"" -I/usr/include -c -o parse.o parse.cc In file included...
For some checktestdata programs performance is terrible. Are there low hanging fruits that improve the general performance of checktestdata?
The Oct 21 release version of problemtools seems to have severe performance degradation from the April 22 release, on slow-running scripts. Concrete examples include the ascendingphoto problem from NWERC 2017...
Before this commit, running: ./checktestdata would crash with: terminate called after throwing an instance of 'std::length_error' what(): basic_string::_M_create Aborted (core dumped) is not expected by checktestdata, and it should be...