-
Notifications
You must be signed in to change notification settings - Fork 4
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
installation problems #27
Comments
To fixInstall SiB again at the command line, it should install version 3.1.1 which should work (I just released it to fix this). BackgroundMy bad on this, I thought That didn't fail CI b/c I'd gotten irritated w/ intermittent / nondeterministic CI failures and wound up removing support for 2.0 since it's a pretty iffy Ruby version and it was EOL'd back in Feb. But that was dumb since that's what Mac ships w/, and my CI failures were due to threading and IO, not v2.0. So, reverted that commit and added 2.0.0 back to the CI build to catch stuff like that in the future. CI passes with the current code on 2.0.0 |
Update, I just downloaded SiB 2.1.0 to my /Users//.atom/packages folder and it works perfect HH From: Josh Cheek [email protected] To fix That didn't fail CI b/c I'd gotten irritated w/ intermittent / nondeterministic CI failures and wound up removing support for 2.0 since it's a pretty iffy Ruby version and it was EOL'd back in Feb. But that was dumb since that's what Mac ships w/, and my CI failures were due to threading and IO, not v2.0. So, reverted that commit and added 2.0.0 back to the CI build to catch stuff like that in the future. CI passes with the current code on 2.0.0 — |
Hey, if you still use this lib, then do you still use Ruby 2.0? It's rough to maintain compatibility with b/c it's got a lot of little incompatibilities and I can't install it at this point. So I'm thinking about removing support for it again. Seems reasonable since it was EOL'd in Feb 2016:
|
having trouble installing on Atom (1.12.4) for Mac osx (10.12.1)
'seeing_is_believing' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process.
/Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/event_stream/consumer.rb:59:in
fix_encoding': undefined methodscrub' for "2.0.0":String (NoMethodError) from /Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/event_stream/consumer.rb:168:in
extract_string'from /Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/event_stream/consumer.rb:199:in
event_for' from /Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/event_stream/consumer.rb:143:in
next_event'from /Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/event_stream/consumer.rb:106:in
call' from /Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/event_stream/consumer.rb:112:in
each'from /Library/Ruby/Gems/2.0.0/gems/seeing_is_believing-3.1.0/lib/seeing_is_believing/evaluate_by_moving_files.rb:133:in
block in evaluate_file'
The text was updated successfully, but these errors were encountered: