Tags: jornvandebeek/sorbet
Tags
Fix sorbet#1269 (sorbet#1271) cc @jasnow
Avoid out-of-bounds error in subtype checks (sorbet#1275) * Ensure we dont go off the edge of a list trying to compare compatible subtypes * Add fuzzed test case * Remove unnecessary GlobalState import * Disable fast path on bad subtyping test
Fix --autogen-autoloader-root option (sorbet#1270)
"Find all references" support for ivars and cvars. (sorbet#1257) Adds logic to `DefLocSaver` that saves references to instance and class variables. Also contains logic to dedupe locations, as certain queries may return multiple identical results.
Don't get arg info for non-existent method symbols (sorbet#1264) * Only extract an arg type from methods that exist * Add fuzzed test case * Move check to caller and ENFORCE in extractArgInfo * Move check into loop so we don't abort loop early
Bump lodash from 4.17.11 to 4.17.14 in /website (sorbet#1267) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.14) Signed-off-by: dependabot[bot] <support@github.com>
Bump lodash.merge from 4.6.1 to 4.6.2 in /website (sorbet#1260) Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits) Signed-off-by: dependabot[bot] <support@github.com>
Make error assertions that match duplicate errors explicit. (sorbet#1246 ) * Make error assertions that match duplicate errors explicit. * Ensure that fast path does not produce duplicate errors after a sig update.
Update Kickstarter logo (sorbet#1254)
Support Array[Comparable] as return of blocks for Enumerable#*_by (so… …rbet#1235)
PreviousNext