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

Compile on stable #49

Closed
dead10ck opened this issue Jan 18, 2017 · 2 comments
Closed

Compile on stable #49

dead10ck opened this issue Jan 18, 2017 · 2 comments

Comments

@dead10ck
Copy link

I've noticed a couple of issues about failing to compile already, but I feel it should be possible to compile on stable Rust. I'm not sure what the io feature is (it doesn't seem to be listed in the reference or anywhere my google-fu can reach), so I'm not sure how heavily this project depends upon it, but if there's a way to get around it, it would be great to have binaries built with a stable compiler.

@lotabout
Copy link
Owner

@dead10ck skim use the io feature to fetch the user input. More specifically, use the io::chars method.

I understand it is annoying that a nightly version is needed to build skim. I'll try to find an alternative solution.

@dead10ck
Copy link
Author

Wow, it's very surprising that iterating over characters isn't supported in stable! That seems like a glaring omission. Thank you for your effort to work around it!

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