-
Notifications
You must be signed in to change notification settings - Fork 39
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
Issue with Crystal Nightly #372
Comments
Most likely a duplicate of #366 @mamantoha Could you please check if the version from |
Yes, this is literally the same error message as #371. It should not only appear with Crystal nightly but since 1.8.0. |
@straight-shoota There's no error for Crystal 1.8.2. |
@straight-shoota Also, the #366 fixed the type in the specs, and not in the main application code. |
@Sija @straight-shoota I checked this on No issue on Crystal 1.8.1
Additionally, I updated the Crystal snap from the edge channel and the error no longer appears.
|
Interesting... perhaps an edge-case regression? |
Perhaps. If the issue reappears, I will reopen the ticket. |
@straight-shoota The issue still persists with Crystal 1.9.0-dev, so sth seems broken there... |
I have confirmed the issue on the Crystal |
The base issue is the same as #366 though: This error now appears since crystal-lang/crystal#13433 regardless of the fix in #366 because it affects a different location. To resolve this, the return type of |
@mamantoha Could you try ameba's |
Test on 1.5.0, it works, thank you! |
We had this error in CI: crystal-loot/selenium.cr#38 It was fixed in 1.5.0: crystal-ameba/ameba#372
Please see [1] and [2] [1] crystal-ameba/ameba#372 [2] crystal-ameba/ameba#373 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
How to reproduce:
crystal spec
Probably related to recent changes in Crystal - crystal-lang/crystal#13433
The text was updated successfully, but these errors were encountered: