Skip to content
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

Undo earlier modificication for generated _node parameter #68

Open
AndreVanDelft opened this issue Dec 8, 2014 · 0 comments
Open

Undo earlier modificication for generated _node parameter #68

AndreVanDelft opened this issue Dec 8, 2014 · 0 comments

Comments

@AndreVanDelft
Copy link
Owner

A few weeks or months ago I changed generated code from
here => ... to
_node => implicit val here; ...
so that here became implicitly available.
However, this was not really needed, since the following does the job:
implicit here => ...
as explained here on StackOverflow

So the generated code should now be simplified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant