You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the tapioca add on for the ruby lsp in an application that has several custom dsl extensions. I am seeing errors on lsp reruns of tapioca that indicate to me that extensions are not loading, or the constants they are patching are being overwritten downstream.
I originally reported this on the ruby-dx slack.
I am using the tapioca add on for the ruby lsp in an application that has several custom dsl extensions. I am seeing errors on lsp reruns of tapioca that indicate to me that extensions are not loading, or the constants they are patching are being overwritten downstream.
I'm able to repro in this minimal rails app.
For reference, the error I am seeing in that app is
Indicating that the
attr_reader
defined in the extension is not defined on the constant when the associated compiler is run.Other details:
Ruby LSP version 0.9.9
ruby-lsp gem version 0.23.12
The text was updated successfully, but these errors were encountered: