-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error with nim 1.2.0 #56
Comments
Nim added a collect macro that takes 2 argument and it seems like it causes trouble when a method has the same name: even though the types don't match with macros/procs Nim doesn't try to look for eventual methods overloads? Lines 518 to 527 in 845fce2
|
Yes it is the infamous "macro with Ironically NimData originally used the name What would you prefer? |
I personally didn't use the sugar module much before, but with the addition of list comprehensions via the collect macro I can see it being much more useful. My suggestion would be to rename it. Naming is hard so I'll help brainstorm:
|
Should be fixed in #60, I decided to go for Note that there may still be issues on devel coming from incompatibilities with plotting: SciNim/nim-plotly#63 |
I'm in the process of trying to upgrade some code to Nim 1.2.0 and ran into some problems. So I tried running the NimData testcases under 1.2.0 and got similar errors.
The text was updated successfully, but these errors were encountered: