bluejack
bluejack
**Summary** In csv-parse, the 'to' and 'to_line' options do not adequately support stripping trailing records. Recommend adding functionality that would either allow a syntax to these options, eg: 'T.1' to...
Errors below, and config warnings below that, as the config warnings look related! # Errors ``` regress: FAIL test/regress_http.c:3154: assert(test_ok == 2): -2 vs 2http/https_incomplete: [https_incomplete FAILED] FAIL test/regress_http.c:3154: assert(test_ok...
``` huggingface-tokenizer-in-cxx/tokenizer/bpe_test.cc:8:3: error: use of undeclared identifier 'assert' ``` Adding: ``` #include ``` In bpe.h fixes it. Not sure if that's the right fix or not. FYI.