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

crystal 0.25.0 compatibility #67

Open
fridgerator opened this issue Jun 18, 2018 · 1 comment
Open

crystal 0.25.0 compatibility #67

fridgerator opened this issue Jun 18, 2018 · 1 comment

Comments

@fridgerator
Copy link

Syntax error in expanded macro: __spec2_def_let:3: unexpected token: (

      @_(response) : LetProtocol?
@maiha
Copy link

maiha commented Aug 10, 2018

I faced same problem, and found that it was caused by crystal breaking changes about macros.
Could you try to delete the space immediately after the let?

-let (response) {...
+let(response) {...

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

No branches or pull requests

2 participants