mtsmfm / language_server-ruby

A Ruby Language Server implementation
MIT License
259 stars 8 forks source link

Remove rcodetools integration (for now) #55

Closed mtsmfm closed 6 years ago

mtsmfm commented 6 years ago

Some stdlibs (eg. socket) don't work well with rcodetools because of its monkey patch:

https://github.com/rcodetools/rcodetools/blob/a76ec177eabef3896ab235ec5432588be4e02df8/lib/rcodetools/compat.rb

I tried to fix rcodetools but currently their tests are failing. To move forward #53, let me remove the integration for now.