remexre
remexre
`nix build` or `build.sh` if you have nix else, `silver --mwda xyz:remexre:whgvah` ought to work?
this repros for me right now: https://git.sr.ht/~remexre/sv2json/tree/defd246cdd628b91507ff7dbac9b304b559555d2/item/sv2json/AGDcl.sv 
log: https://silo.remexre.xyz/silver/silver-issue-516-sv2json-repro.txt @krame505 can you take a look at this, actually? I think this might not actually be convenience attributes' fault (in a moral sense), but rather that _something_ later...
I'd be in favor of: - Deleting old stuff - Keeping "general" libraries in `lib` - Splitting into more granular jars - Splitting out IO from `core` - Moving `core:monad`...
Hi, I'm going over the Silver code for Monto right now, and I'm probably going to move everything to the "right place" as defined by this and #175; should `lib:json`...
I talked to @ericvanwyk earlier and he thought that it'd make sense to keep `silver:support` for things that are for silver development, whereas something like JSON might be used as...
Well, the terrible solution would be to allocate a MB or ten of "useless objects" at the top of main, and free+GC when catching OOMs to give a bit more...
Yep, that works as a workaround, but then the list of networks needs to be edited on the client whenever a new network is added.
We ship this pkg-config file in the nixpkgs (NixOS) version, fwiw: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/linenoise/linenoise.pc.in On the other hand, I'd expect most distros wouldn't need to ship anything: you'd put `linenoise.h` in `/usr/include`,...
Oh, ugh, we just don't support these escapes at all... `terminal CharConstant_t /[']([^']|[\\].)[']/ lexer classes {StringLiteral};`