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

Tags: FabioSaito/sorbet

Tags

0.5.9903.20220418211457-fb10a415d

Toggle 0.5.9903.20220418211457-fb10a415d's commit message

Verified

This commit was created on Gi 8000 tHub.com and signed with GitHub’s verified signature. The key has expired.
Collapse duplicated error code 3506 (sorbet#5652)

* Add test

* Collapse duplicated error code 3506

It looks like were reusing an error code. I considered making these into
two separate error codes, but we're actually using
`--suppress-error-code=3506` inside Sorbet, so I figured that splitting
it into two error codes could potentially break something and I didn't
want to have to deal with that on the off chance it happens.

Luckily the two error codes were basically doing the same thing
(`T::Enum` rewriter syntax) so I figured I'd just use the same
ErrorClass for both.

0.5.9902.20220418202338-842c591d5

Toggle 0.5.9902.20220418202338-842c591d5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Recover from positional arg between keyword args (sorbet#5648)

* Remove an old TODO

* Add failing test

* Make failing test parse

* Fix off-by-one error in loc for resolver error

0.5.9901.20220418201156-45acf7b02

Toggle 0.5.9901.20220418201156-45acf7b02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
store IDs in a single table for compiled modules (sorbet#5646)

0.5.9900.20220418153731-dd645af58

Toggle 0.5.9900.20220418153731-dd645af58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
--stripe-packages: Hide PackageSpecs from top-level namespace (sorbet…

…#5644)

* Create test

 st //test:test_{Packager,Pos}Tests/testdata/packager/namespace

 st is aliased to `bazel test --config=dbg  --test_output=errors'

* Add ::<PackageSpaceRegistry> prefixing

* update expectation

* tools/scripts/update_testdata_exp.sh

* Sybols::PackageSpecRegistry()

* Fix restrict_to_service

* cleanup pretty printing

* import fix

* update simple_package flatten-tree

* fix test/testdata/packager/lsp_update_package errors

this is more accurate because dep does not exist anymore

* update rbi test output

* rename test

* update test/testdata/packager/simple_package/pass.flatten-tree.exp

* @jez suggestions

0.5.9899.20220418133447-c7df2c9f8

Toggle 0.5.9899.20220418133447-c7df2c9f8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Flatten virtual package module into a series of casgns (sorbet#5599)

* Flatten virtual package module into series of casgns

0.5.9898.20220418103346-a10576f5d

Toggle 0.5.9898.20220418103346-a10576f5d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid re-running autogen based on constant cache (sorbet#5591)

* add a basic cache structure, not yet used

* add options

* actually wire up the cache

* wire it up and fix bugs

* add relevant test

* format c++

* switch to a desugared constant hash

* wire up the new approach

* format C++

* try moving the autogen early-exit check earlier

* format c++

* Update main/autogen/cache.h

Co-authored-by: Nathaniel Roman <nroman@stripe.com>

* add some consts

* a bit more function name tweaking

* format c++

Co-authored-by: Getty Ritter <gdritter@stripe.com>
Co-authored-by: Nathaniel Roman <nroman@stripe.com>

0.5.9897.20220416200149-fe284a35c

Toggle 0.5.9897.20220416200149-fe284a35c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove an old TODO (sorbet#5647)

0.5.9896.20220415174725-469e779ba

Toggle 0.5.9896.20220415174725-469e779ba's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename some test files (sorbet#5625)

* wip

* wip

* wip

0.5.9895.20220415174640-f2cffda3e

Toggle 0.5.9895.20220415174640-f2cffda3e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Detect python3 properly in rec test (sorbet#5624)

0.5.9894.20220415171153-7c743eb5e

Toggle 0.5.9894.20220415171153-7c743eb5e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add an error assertion (sorbet#5645)

0