You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding devel to CI
I am adding both stable (that will become 2.x soon) and devel (which is candidate for 2.x). Also update versions of cache and setup-nim-action
* disable fail-fast for test CI
see https://stackoverflow.com/a/65647509/4178189
* Change toml lib + fix macro bug on devel (#173) (#174)
* fix orc macro bug
* replace toml_serialization with parsetoml
* clean up
* use jsony for deserialization as it can handle missing fields
Co-authored-by: Hugo Granström <[email protected]>
* bump to 0.3.6
---------
Co-authored-by: Hugo Granström <[email protected]>
have not tested yet how it works, but we should (and we should also add devel to CI).
as far as I know we do have an outstanding issue there, indeed when testing adding nimib to important packages, an issue was found related to toml dependency. The workaround currently is to revert using old gc (i.e. add
-mm:refc
).Ideally we could:
The text was updated successfully, but these errors were encountered: