-
Notifications
You must be signed in to change notification settings - Fork 108
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
Marcros not working (did add the compiler plugin) #82
Comments
Ok there was something wrong with my imports: This works: import org.scalajs.dom.{Event, Node, document}
import com.thoughtworks.binding.{Binding, dom} When i add import com.thoughtworks.binding.dom It no longer works. |
Not reproducible |
have a look at https://github.com/rparree/binding.scala-issue82 Open playfield/SampleApp.scala Uncomment the line and try to do a |
Interesting, I suspect there is an underlying bug in https://github.com/scalamacros/paradise |
i think so as well. have filed an issue there. Thanks your framework rocks. |
I have a working project to test drive some of the things i want to do in a larger application. Within this larger application i am not able to get macros to work. This is my project definition
However it keeps coming back with the error that
scala.xml.Elem
is notequired: com.thoughtworks.binding.Binding[org.scalajs.dom.Node]
I am using bare minimum test code:
This code works in a separate project, but not inside my larger multi-project
The text was updated successfully, but these errors were encountered: