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

Not working with Crystal 0.24.1 #11

Closed
bararchy opened this issue Dec 28, 2017 · 3 comments
Closed

Not working with Crystal 0.24.1 #11

bararchy opened this issue Dec 28, 2017 · 3 comments

Comments

@bararchy
Copy link

No description provided.

@bentranter
Copy link

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.

@TechMagister
Copy link
Collaborator

Thanks for your feedback 👍 , I'll follow the PR to fix this asap.

@ghost
Copy link

ghost commented Jan 25, 2018

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.

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