Develop strategy for indexing declarations made in C / native extensions #1335
Labels
enhancement
New feature or request
pinned
This issue or pull request is pinned and won't be marked as stale
We currently index all Ruby files bundled with the Ruby installation, but that doesn't cover all declarations available. Core classes like
Array
orString
are defined in C and thus we miss those declarations. We also miss gem declarations that are made in native extensions.We need to consider the performance, accuracy and maintenance costs of a few different approaches to decide how we're going to handle this:
Tasks
The text was updated successfully, but these errors were encountered: