-
Notifications
You must be signed in to change notification settings - Fork 15
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
attempting to call undeclared routine: 'mapIt' #63
Comments
Hm, it's possible that this is a recent regression / change on devel. I'll take a look at it. edit: the problem might just be that Also not sure if comments on commits show up in your notifications, so a link here: |
Yes manually importing on client side should be possible, but I've raised this as an issue, because that's not how such a problem should be worked around. It's normally the responsibility of the template author to bind necessary symbols properly. Otherwise client code would have to import lots of seemingly unrelated stuff just to get things compiled. In this case it would mean that For now I have disabled the nim-plotly test parts in NimData to get a green build again (bluenote10/NimData#68). |
I vaguely remember that sometime in the last year some of the symbol lookup rules regarding templates were changed. So that's probably the reason. I'll try to fix it with manual |
I tried to get NimData to work on latest devel again, but I'm running into a weird problem coming from its
plotly
dependence. On travis I'm getting the error:I'm not quite sure why that is happening, because the code makes sense on first glance. Or do all these templates require to actually
bind
the symbols?The text was updated successfully, but these errors were encountered: