Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.36k stars 125 forks source link

Handle constant paths with missing parts #2053

Closed vinistock closed 2 weeks ago

vinistock commented 1 month ago

Motivation

Closes #2050

Prism added a new error for full_name in the case where parts of the constant path are missing. We need to handle that error, otherwise the code breaks.

Implementation

All we have to do is rescue that extra error.