v0.3.6 - nim 2.0 compatibility! #175
pietroppeter
announced in
Announcements
Replies: 1 comment 2 replies
-
great job @HugoGranstrom on this one, found a few nasty bugs along the way! 👏 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
with this PR nimib is finally compatible with the upcoming 2.0. Two things needed fixing:
lineInfoObj
into a literal nim-lang/Nim#21326), fixed with a workaroundorc
when echo'ing decoded object status-im/nim-toml-serialization#62) fixed by removing the dependency from toml_serialization and using parsetoml insteadTomlValueRef.to(object)
NimParsers/parsetoml#59Full Changelog: v0.3.5...v0.3.6
This discussion was created from the release v0.3.6 - nim 2.0 compatibility!.
Beta Was this translation helpful? Give feedback.
All reactions