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

Tags: cji-stripe/sorbet

Tags

0.5.6398.20210503141144-e879df6d5

Toggle 0.5.6398.20210503141144-e879df6d5's commit message

Verified

This commit was created on Gi 10000 tHub.com and signed with GitHub’s verified signature. The key has expired.
use abseil's contains method rather than std's find()/end() idiom (so…

…rbet#4193)

* convert find() == end() calls to use !contains

* convert find() != end() calls to use contains

* format autoloader.cc

0.5.6397.20210430164711-4e4baacb4

Toggle 0.5.6397.20210430164711-4e4baacb4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add T::Configuration.*vm_prop_serde* methods to t.rbi (sorbet#4190)

0.5.6396.20210430124122-6305cdb9c

Toggle 0.5.6396.20210430124122-6305cdb9c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix T.bind doc example (sorbet#4187)

0.5.6395.20210429163428-47d551984

Toggle 0.5.6395.20210429163428-47d551984's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add T.bind for changing bindings inside procs and lambdas (sorbet#4170)

* Add T.bind for changing bindings inside procs and lambdas

* Apply suggestions for documentation and error messages

Co-authored-by: Jake Zimmerman <zimmerman.jake@gmail.com>

* Remove duplicate test

* Add T.bind website documentation

* Refactor docs

* Fix failing test

Co-authored-by: Jake Zimmerman <zimmerman.jake@gmail.com>

0.5.6394.20210429140455-f436aa8c9

Toggle 0.5.6394.20210429140455-f436aa8c9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add some sorbet-runtime serialization tests (sorbet#4179)

* add tests for error paths on array and hash properties

* add some tests for T::Set props

* add a test for serializing custom subtypes with bad data

* add tests for error cases in serializing serializable props

0.5.6393.20210427142851-ae3bc7d00

Toggle 0.5.6393.20210427142851-ae3bc7d00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix parser shift/reduce conflicts (sorbet#4178)

* Fix shift/reduce warnings in parser

Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>

* Display correct token strings for tBDOT2 and tBDOT3

Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>

0.5.6392.20210427101720-45d99dca1

Toggle 0.5.6392.20210427101720-45d99dca1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Two sorbet-runtime call-validation optimizations (sorbet#4158)

- Deprecate T::Profile, and rip out the sampled timing code from call validation.
- Add a new semi-fast path for call validation with up to four positional arguments and no keyword arguments or other special cases, very similar to the existing fast path except without the restriction that types must be T::Types::Simple.

0.5.6391.20210426171104-ef1c143ee

Toggle 0.5.6391.20210426171104-ef1c143ee's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add a T::Configuration option for VM prop serde and appropriate modif…

…ications (sorbet#4171)

0.5.6390.20210426105729-307a68d4a

Toggle 0.5.6390.20210426105729-307a68d4a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explain how to enable `requires_ancestor` (sorbet#4177)

Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>

0.5.6389.20210423142440-0c54dbfaf

Toggle 0.5.6389.20210423142440-0c54dbfaf's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RBI: Add signature for OpenSSL::SSL::SSLContext#add_certificate (sorb…

…et#4147)
0