Keith Smiley
Keith Smiley
maybe this was all transient, i'm having trouble reproducing again even after clean expunges, server restarts, and changes that should invalidate these artifacts
some notes from others helping debug offline, with the disk cache my local disk cache was 109gb, while passing `--experimental_disk_cache_gc_max_size=100G`, so it's possible this was about the disk cache evictions...
yea i tried that one first actually and those where the reasons ^ are you on that version or a fork?
i did consider manually serializing before i ended up switching to this library, so if that is a path we have to go down i agree it would probably be...
yea besides binary size i generally did that search already, these are the libraries i could find, including all the ones listed on https://github.com/toml-lang/toml/wiki - unmaintained: https://github.com/mwanji/toml4j - primarily 1...
@tetromino ptal. I moved this back to tomlj and manually encoded things
I think the rust + python examples are good, I think in general there are just a lot of cases where you might want some sort of config file to...
can be replaced by https://github.com/aspect-build/rules_js/pull/2330 if it works
thanks for the debugging tip! that's very useful. with working on the unix toolchain conversion are you removing the reliance on the legacy features? im considering looking into that but...