-
Notifications
You must be signed in to change notification settings - Fork 11
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
Doesn't work currently? #1
Comments
Hey @phortx, The first error is indeed a mistake in Crinja, though I am not sure why the compiler did not complain about this, neither on my PC nor the test suite on travis-ci. It looks like a compiler bug, so I've opened issue crystal-lang/crystal#4742 to track this. The Crinja code should be fixed now. What version of Crystal are you using (shell |
Wow, thanks for the fast response and the fix! My crystal version is |
All right, then it's the macro lookup bug in |
I've added crinja to my
shard.yml
, rancrystal deps
and tried to build the app with arequire "crinja"
, but it just produced errors like:and
The text was updated successfully, but these errors were encountered: