c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

TOML library doesn't support TOML 0.5+ #28

Open MattWindsor91 opened 4 years ago

MattWindsor91 commented 4 years ago

We currently use burntsushi/toml, which is a dead project that only supports TOML 0.4.

This is a pain point inasmuch as it prevents us from using dotted keys, and ACT's config is very nested.

We could move to a more modern TOML library, such as pelletier/go-toml, but this would involve rewriting a lot of marshalling logic.