Omri Gabay
Omri Gabay
@kyrylo @SilverPhoenix99 This has been open for a month now and it looks good... could we get it merged please? 😄
> This is probably related to a bug in node traversal that affects Ruby < 2.6. I expect to have it fixed in a patch release in the next day...
Nope, did not work unfortunately. I'll give some more context in the next few replies.
## General VSCode Info **Extension version**: 0.21.1 **VS Code version**: Code 1.47.2 (17299e413d5590b14ab0340ea477cdd86ff13daf, 2020-07-15T18:18:50.054Z) **OS version**: Darwin x64 19.6.0 System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12...
## When I run `solargraph bundle` ```sh $ solargraph bundle Documenting delorean_lang 2.6.1 delorean_lang 2.6.1 YARD documentation failed Documenting mcfly 0.2.0 mcfly 0.2.0 YARD documentation failed Documenting marty 16.7.0 marty...
# When I open up a `.rb` file in VSCode with Solargraph disabled ```console console.ts:137 [Extension Host] Congratulations, your extension "ctags" is now active! console.ts:137 [Extension Host] CTag Extension has...
## Devtools console output when I start the Solargraph extension There's lots of this, so I'm going to divide it up into more sections/replies. ### First Info ```console console.ts:137 [Extension...
### Error happens ```console console.ts:137 [Extension Host] /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/2.5.0/ripper/sexp.rb:80: [BUG] Bus Error at 0x0000700000addff8ruby 2.5.7p206 (2019-10-01 revision 67816) [x86_64-darwin19] -- Crash Report log information -------------------------------------------- See Crash Report log file under...
### Control Frame Information ```console -- Control frame information ----------------------------------------------- c:0980 p:---- s:4603 e:004602 CFUNC :=== c:0979 p:0033 s:4600 e:004598 BLOCK /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/2.5.0/ripper/sexp.rb:80 [FINISH] c:0978 p:---- s:4595 e:004594 CFUNC :map! c:0977...
### Ruby level backtrace information ```console /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/backport-1.1.2/lib/backport/client.rb:102:in `block in run_input_thread' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/backport-1.1.2/lib/backport/client.rb:121:in `read_input' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/2.5.0/observer.rb:196:in `notify_observers' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/2.5.0/observer.rb:196:in `each' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/2.5.0/observer.rb:197:in `block in notify_observers' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/backport-1.1.2/lib/backport/server/tcpip.rb:76:in `update' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/backport-1.1.2/lib/backport/client.rb:63:in `tick' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/solargraph-0.39.12/lib/solargraph/language_server/transport/adapter.rb:27:in `receiving' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/solargraph-0.39.12/lib/solargraph/language_server/transport/data_reader.rb:30:in `receive' /Users/ogabay/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/solargraph-0.39.12/lib/solargraph/language_server/transport/data_reader.rb:30:in `each_char'...