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
I'm assuming this is to track the compilation error that occurs when using Crystal 0.24.1 to build:
Error in src/cracker.cr:2: while requiring "cli"
require "cli"
^
in lib/cli/src/cli.cr:1: while requiring "./lib"
require "./lib"
^
in lib/cli/src/lib.cr:7: while requiring "./lib/*"
require "./lib/*"
^
in lib/cli/src/lib/ios.cr:1: while requiring "./ios/*"
require "./ios/*"
^
in lib/cli/src/lib/ios/pipe.cr:10: IO is not a module, it's a class
include IO
^~
This seems to be fixed by mosop/cli#10, so once that's merged and shard.yml points to the latest mosop/cli release, this should be fixed.
Unfortunately mosop/cli seems to be abandoned, the owner last activity on github was on october.
For now I think it's better to use an updated fork like Jens0512/cli.
No description provided.
The text was updated successfully, but these errors were encountered: