Closed sebbert closed 3 years ago
When attempting to deserialize into an Option[T], I get:
Option[T]
C:\Users\Sebbert\.nimble\pkgs\eminim-2.5.1\eminim.nim(237, 16) Error: expression 'none()' is of type 'Option[system.string]' and has to be used (or discarded)
This PR adds the missing assignment here
Thank you for the PR! Today I noticed this too, it's already fixed in v2.6.0
Awesome, thanks for the quick reply :)
When attempting to deserialize into an
Option[T]
, I get:This PR adds the missing assignment here