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.32.0 breaks icr #114

Closed
lebogan opened this issue Dec 13, 2019 · 2 comments
Closed

Crystal 0.32.0 breaks icr #114

lebogan opened this issue Dec 13, 2019 · 2 comments

Comments

@lebogan
Copy link

lebogan commented Dec 13, 2019

Error message when I run make:

1 | require "readline"
Error: can't find file 'readline'

I had to add crystal-readline as a dependency to get it to work. This is a breaking change for version 0.32.0.

From CHANGELOG:

(breaking-change) Remove Readline from std-lib. It's now available as a shard at crystal-lang/crystal-readline (#8364, thanks @ftarulla)

Thank you for your attention.

PS - I love this utility!

@jwoertink
Copy link
Collaborator

Readline was removed, so we will need to include the shard separately.

@Sija
Copy link
Contributor

Sija commented Feb 8, 2020

This is fixed by #115.

@veelenga veelenga closed this as completed Feb 8, 2020
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

4 participants