10000 Tags · jornvandebeek/sorbet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jornvandebeek/sorbet

Tags

0.4.4429.20190711170100-51504253c

Toggle 0.4.4429.20190711170100-51504253c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

0.4.4428.20190711154015-e633745e0

Toggle 0.4.4428.20190711154015-e633745e0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.4.4427.20190711141924-22406512b

Toggle 0.4.4427.20190711141924-22406512b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix --autogen-autoloader-root option (sorbet#1270)

0.4.4426.20190711103818-d38e71a4c

Toggle 0.4.4426.20190711103818-d38e71a4c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
"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.

0.4.4425.20190711100230-be9c62f70

Toggle 0.4.4425.20190711100230-be9c62f70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.4.4423.20190710205002-04e0f52cd

Toggle 0.4.4423.20190710205002-04e0f52cd's commit message
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>

0.4.4422.20190710182021-ded82d2d6

Toggle 0.4.4422.20190710182021-ded82d2d6's commit message
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>

0.4.4421.20190710173120-c744a4957

Toggle 0.4.4421.20190710173120-c744a4957's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.4.4419.20190710153535-b058d5ea8

Toggle 0.4.4419.20190710153535-b058d5ea8's commit message
Update Kickstarter logo (sorbet#1254)

0.4.4418.20190710133051-b4dd08b5e

Toggle 0.4.4418.20190710133051-b4dd08b5e's commit message
Support Array[Comparable] as return of blocks for Enumerable#*_by (so…

…rbet#1235)
0