Closed jfilby closed 3 years ago
This has already been fixed in #84, which has not yet made it into a release. In the meantime, you can install yaml#head
.
I tried using yaml#head
in a .nimble file, but got this during compilation with nim 1.2.4:
[...]yaml-#head/yaml/data.nim(131, 28) Error: undeclared identifier: 'FieldDefect'
It's not urgent and I can work with a pathed 0.14 meanwhile, just reporting in case others have the same problem
@telatin FieldDefect is part of the system module since 1.4.0 (introduced here). HEAD doesn't support older compiler versions.
Thanks for clarifying!
I installed nim 1.4.0, but now nimble install yaml#head
does not work, did also nimble syntax change?
Syntax seems to be nimble install yaml@#head
now.
Works fine now (last tested with Nim 1.4.4).
Compilation fails after upgrading to Nim v1.4:
.nimble/pkgs/yaml-0.14.0/yaml/serialization.nim(407, 18) Error: attempting to call undeclared routine: 'getGMTime'
It looks like this function is no longer available in the times module.