Don't run `UrlHelpers#gather_constants` if the `UrlHelpers` compiler is excluded
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 873
- Forks
- 164
- Avg merge
- 4d 27m
- Merged PRs (30d)
- 9
Description
Currently we ignore tapioca configuration by doing https://github.com/Shopify/tapioca/blob/c3a1a73b5ad3769a6ab8b987c7d6f34167d6053a/lib/ruby_lsp/tapioca/server_addon.rb#L29
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with lib/ruby_lsp/tapioca/server_addon.rb at the linked line 29 and trace how Tapioca configuration and the UrlHelpers compiler exclusion are handled. The work is done when UrlHelpers#gather_constants is not run for an excluded UrlHelpers compiler while the existing behavior remains unchanged for included compilers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100