You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In D:\a\_temp\crystal-latest-true-undefined\src\openssl\ssl\socket.cr:150:33
150 | raise OpenSSL::SSL::Error.new(@ssl, bytes, "SSL_write")
^--
Error: Error: instance variable '@underlying_eof' of OpenSSL::SSL::Error must be Bool, not Nil
Error: Process completed with exit code 1.
Removing the call to pretty_inspect "fixes" the issue and lets specs run on Avram... I haven't been able to reduce this outside of Avram. It's possible there's an issue somewhere else and this is a false positive, but for now I think we can just remove it until we can come up with a proper fix. It's most likely a Crystal bug on windows.
The text was updated successfully, but these errors were encountered:
lucky/src/lucky/errors.cr
Line 252 in 921436f
Specifically calling
require "lucky"
from this line https://github.com/luckyframework/avram/blob/b04ba2d4c130d6ddaf98069bfdedbf8a2b7b935a/src/lucky.cr#L1 will throw a compile errorThis traces down to this line
Removing the call to
pretty_inspect
"fixes" the issue and lets specs run on Avram... I haven't been able to reduce this outside of Avram. It's possible there's an issue somewhere else and this is a false positive, but for now I think we can just remove it until we can come up with a proper fix. It's most likely a Crystal bug on windows.The text was updated successfully, but these errors were encountered: