-
Notifications
You must be signed in to change notification settings - Fork 284
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
diet attribute names can't contain $ #1554
Comments
I think it should work with diet-ng, which I would recommend to use nowadays (use the latest vibe.d alpha + add a dependency to diet-ng in the main project). |
gonna try when im back at work |
I don't think its much better there. Now I get a lot of problems about my inline javascript code and the error messages have just gotten much worse to read. This is the error log now:
These scripts are breaking it: :javascript
Polymer({
is: "module-name"
}); but because there are so many of them and they are most of the time just 3-5 lines I don't want to put them into separate files. Also it seems that there is some internal error in diet-ng which is right at the top of the error log. I don't think its fixed though because there is also an issue in this line: a(href$="/list/[[listid]]/settings")><
paper-fab-menu-item(label="List Settings", icon="settings") Also the workaround doesn't work anymore, so diet-ng isnt an option right now: | <a href="foo">
button Bar
| </a> |
Okay, I'll have a look at those issues ASAP. |
the |
Im going to try to create a reproducible case for that last error. Also |
Yeah fixed in diet-ng now |
This causes the diet compiler to throw an exception:
This is annoying when using libraries like polymer where some reserved dynamic attributes are marked with a
$
at the end. Right now I need to use this workaround:The text was updated successfully, but these errors were encountered: