Vince Broz

Results 122 issues of Vince Broz

For rails models with a 'foo' column, create pins for 'foo=' as well as the existing 'foo' method.

Put responsibility for intelligently merging multiple pins for the same underlying item (e.g. from different sources like YARD and RBS) into the Pin class hierarchy. Changes were driven by using...

This is probably best released after or alongside https://github.com/castwide/solargraph/pull/946 to make sure that RBS collection types don't make current pin results any worse.

Rearrange specs to show existing compliance with and areas for improvement against the YARD type notation documentation

Fixes #961 This is technically a breaking change, but should be pretty safe - doesn't look like we ever parsed key types out of Hash. Here's the spec as of...

I found this while I was digging through solargraph-rails type specs - there are a number of aliases in the Rails RBS to both instance and class methods.

This sets up a GitHub workflow which should fail if code added / modified in a PR isn't tested in a spec.

This doesn't change any files to meet the rules yet - just establishes the rules based on the existing config in lib/ and then generates a todo file. I figure...