Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: RubyCI/sorbet

Tags

0.5.9076.20210825204624-0e6c9c3d2

Toggle 0.5.9076.20210825204624-0e6c9c3d2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mark sorbet_T_unsafe and sorbet_T_must SORBET_INLINE (sorbet#4537)

* Mark sorbet_T_unsafe and sorbet_T_must SORBET_INLINE

* Update exp files on master

* Update exp files this branch

0.5.9075.20210825143448-df029a2f5

Toggle 0.5.9075.20210825143448-df029a2f5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 4490 make OrType(Shape, Tuple) for T.any(Shape, Tuple) rather b…

…ase on their underlying types (sorbet#4490) (sorbet#4491)

0.5.9074.20210825142203-e2501f4fd

Toggle 0.5.9074.20210825142203-e2501f4fd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update return type for Regexp#match to be nilable (sorbet#4536)

0.5.9073.20210825165641-537035860

Toggle 0.5.9073.20210825165641-537035860's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
properly initialize variable when building IREmitterContext (sorbet#4535

)

0.5.9072.20210825115235-eec9c0660

Toggle 0.5.9072.20210825115235-eec9c0660's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix region exit discovery for exception handling (sorbet#4531)

* Add a test for ensure blocks with multiple exits

* Only consider exits to a target region

0.5.9071.20210825112901-3547f486b

Toggle 0.5.9071.20210825112901-3547f486b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
delete the old exception handling support from the codegen payload (s…

…orbet#4530)

0.5.9070.20210824181127-dbf209377

Toggle 0.5.9070.20210824181127-dbf209377's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve typing of Enumerable#to_h; fixes sorbet#3368 (sorbet#4527)

* Fix sorbet#3368

* Add some tests for Enumerable#to_h

* Update core/types/calls.cc

Co-authored-by: Jake Zimmerman <[email protected]>

Co-authored-by: Jake Zimmerman <[email protected]>

0.5.9069.20210824171146-772984bd5

Toggle 0.5.9069.20210824171146-772984bd5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better error messages for `FixedHash` (sorbet#4528)

* Extract hash serialization to a private method

* Use same hash serialization logic for hash object description

0.5.9068.20210824160322-d9591b815

Toggle 0.5.9068.20210824160322-d9591b815's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make `check_type_recursive!` public (sorbet#4418)

* Make `check_type_recursive!` public

* tools/scripts/update_testdata_exp.sh test/testdata/namer/redefines_module_as_static_field.rb test/testdata/resolver/sig_bad.rb

Co-authored-by: David Judd <[email protected]>
Co-authored-by: Jake Zimmerman <[email protected]>

0.5.9067.20210824151203-98cbc8422

Toggle 0.5.9067.20210824151203-98cbc8422's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enable control-flow protection unconditionally for compiled modules (s…

…orbet#4526)