Jason Beetham
Results
73
comments of
Jason Beetham
I'd suggest building a debug compiler and compiling the code, can atleast give more information than these error defects.
Any chance this could emit a warning without the define, that way it does not surprise anyone when it eventually becomes the default?
The issue is that `param_compare` is a generic and has a procedure type that is a closure. As it's a closure it requires a conversion and Nim does not do...