-
Notifications
You must be signed in to change notification settings - Fork 23
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
A sample that uses method parameters? #2
Comments
Hi Kostas, Sounds like a great idea! I'll put it on the TODO list but I'm not sure Best regards, Dave On Tue, Apr 21, 2015 at 10:07 PM Kostas Kougios [email protected]
|
I am about to do that but got stuck in an issue. I can't seem to get packagemacrotests importscala.language.experimental.macros /**
but gives a compilation error: Error:(32, 53) Can't unquote List[List[c.universe.Symbol]] with ..., Cheers
|
Hi Kostas, I'm not sure but you may need a http://stackoverflow.com/questions/18559559/quasiquotes-for-multiple-parameters-and-parameter-lists I suggest asking questions like this on Stack Overflow or the scala-macros If you do ask elsewhere, please post a link to the question here in case Best regards, Dave On Sat, Apr 25, 2015 at 7:35 PM Kostas Kougios [email protected]
|
Hi, it would be nice to have a sample macro that uses method arguments,i.e. A macro that proxies all methods of a trait and calls a function passing a list of all params.
Btw nice examples and really helpful.
The text was updated successfully, but these errors were encountered: