Drop nim-json-serialization for testing #156
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
How to lose an evening due to flaky tooling and bugs (nim-lang/RFCs#300)
Context
Incidental Fixes
No more workaround for Generics regression: getTypeInst causes issue with generic constraints status-im/nim-serialization#33
Which required uninstalling nim-serialization before reinstalling it because Nimble has no pinned dependency support Locking of dependencies nim-lang/nimble#127
constantine/.github/workflows/ci.yml
Lines 200 to 209 in c4a2dee
No more CI being stuck due to slow resolving of dependencies: Modern techniques for dependency resolution nim-lang/nimble#890, 40s jusst to install gmp, stew and nim-json-serialization (https://github.com/mratsim/constantine/runs/1851076249#step:15:1)
No more fighting against the generic sandwich Generics "sandwiched" between two modules don't mixin their scope symbols properly nim-lang/Nim#11225