sugar🍬🍭🏳️‍⚧️ sugar · fae/faer
sugar commented on issue lix-project/lix#34 2024-08-18 15:38:38 +00:00
Replace the regex with something consistent cross-platform

out of curiosity, i took a look at rust's regex, and unlike boost regex engine, it's fine with }] as a regular expression with no need to escape it (nixpkgs doesn't escape those two characters,…

sugar opened issue lix-project/lix#476 2024-08-18 07:18:45 +00:00
Matching 500KB of data with builtins.match causes stack overflow