Comments
-
Greg Hurrell
I have a suspicion that Ruby is failing to load the JSON gem, which is a
LoadError
, and Command-T doesn't distinguish between that and failure to load Command-T itself.Try commenting out the
require 'json'
inruby/command-t/scanner/file_scanner/watchman_file_scanner.rb
and seeing if that works. (If you don't use the Watchman scanner, you don't need it anyway.)I have a commit on the
next
branch that removes the JSON dependency, but it will need a bit more work I think before it compiles correctly on older versions of Ruby. (I'll be looking into that tonight.) -
Greg Hurrell
Check out the latest
HEAD
of thenext
branch (https://github.com/wincent/Command-T/commit/52214cea74de4686baf41d99d810121ee4f90b1f) if you'd like to try this out; it no longer depends on JSON, and I've checked it compiles with 1.8.7 (etc) and the specs pass. -
Greg Hurrell
Closing due to lack of updates.
-
Greg Hurrell
Status changed:
- From: open
- To: closed
Add a comment
Comments are now closed for this issue.