solargraph
https://github.com/castwide/solargraph
Ruby
A Ruby language server.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to solargraph
Help out
- Issues
- Generic type variable is not solved when the @param type is a union (generic<A>, nil)
- Resolve generic type variables against union @param types
- @yieldparam type on a block-form @overload isn't applied to the block-local variable at the call site
- Fix @yieldparam type lost on multi-overload block-form methods
- Fix solargraph-rspec plugin specs
- Fix Pin::Base#== missing presence, add regression coverage
- duck_types_match? rejects a duck-typed argument even when it declares the same duck type
- Fix duck_types_match? to check the inferred type's own duck interface
- Flow-sensitive typing doesn't narrow a literal-equality (==/!=) guard against a literal union member
- Narrow literal-equality (==/!=) guards against literal union members
- Docs
- EmailSubscriptionPolicy#enable?
- EmailSubscriptionPolicy#index?
- EmailAddressValidator#contains_disallowed_characters?
- Admin::CollectionBatchAction#target_account
- Admin::CollectionBatchAction#collection
- Admin::CollectionBatchAction#report_params
- Admin::CollectionBatchAction#selected_collections
- Admin::CollectionBatchAction#handle_remove_from_report!
- Admin::CollectionBatchAction#add_to_report!
- Admin::CollectionBatchAction#process_action!