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

Tags: alunny-stripe/sorbet

Tags

0.5.5665.20200520140958-982626c1c

Toggle 0.5.5665.20200520140958-982626c1c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Two bits of minor cleanup in runtime (sorbet#3066)

* Clean up references to the old `optional` keyword

* Simplify type remaining from old-style CustomType support

0.5.5664.20200520150842-cbb387c30

Toggle 0.5.5664.20200520150842-cbb387c30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add some meager docs to sorbet#4012 (sorbet#3065)

* Add some meager docs to sorbet#4012

Just hit this; filling out the error to help answer questions in the future.

* Update error-reference.md

* Fix prettier

* Improve example

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

0.5.5663.20200520132541-9e502b084

Toggle 0.5.5663.20200520132541-9e502b084's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add to RSpec compatibility patch to handle and_call_original (sorbet#…

…2797)

* Add to RSpec compatibility patch to handle and_call_original

* Handle stubbing methods on test doubles

0.5.5662.20200520130029-1835553b4

Toggle 0.5.5662.20200520130029-1835553b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing RBI definitions to OpenSSL (sorbet#3031)

* Remove "this file is generated warning"


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

* Fix syntax error in OpenSSL RBI

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

* Add missing definitions in OpenSSL RBI

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

* Update rbi/stdlib/openssl.rbi

* Update rbi/stdlib/openssl.rbi

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

0.5.5661.20200520125907-4ea02b6b3

Toggle 0.5.5661.20200520125907-4ea02b6b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Doorkeeper autoloads to gem loader. (sorbet#3049)

They were added in the latest version of Doorkeeper.

0.5.5660.20200520125838-6c4a8dc87

Toggle 0.5.5660.20200520125838-6c4a8dc87's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RBI for stdlib/rdoc (sorbet#3057)

* Add missing RBI definitions for stdlib/ripper

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

* Add RBI for stdlib/rdoc

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

0.5.5659.20200520125301-4e30d103a

Toggle 0.5.5659.20200520125301-4e30d103a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RBI for stdlib/securerandom (sorbet#3059)

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

0.5.5658.20200520124023-e588d252a

Toggle 0.5.5658.20200520124023-e588d252a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing RBI definitions for stdlib/ripper (sorbet#3058)

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

0.5.5657.20200519160639-b5fbc9151

Toggle 0.5.5657.20200519160639-b5fbc9151's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix debug symbols on test runner. (sorbet#3063)

Change cfg from host to target so we can use lldb on the test runner and see symbolized stack traces when ENFORCE fails.

0.5.5656.20200519175945-e4f71cafd

Toggle 0.5.5656.20200519175945-e4f71cafd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add -isystem on macOS Catalina to fix ruby build (sorbet#3062)

* Add -isystem on macOS Catalina to fix ruby build

This manifested as an error that looked like:

    command ./configure --enable-load-relative --with-destdir=/private/var/tmp/_bazel_jez/491a13d243378e23690a7f8390a5c09f/sandbox/darwin-sandbox/2/execroot/com_stripe_ruby_typer/bazel-out/darwin-fastbuild/bin/external/ruby_2_6/toolchain --with-rubyhdrdir=${includedir} --with-rubyarchhdrdir=${includedir}/ruby-arch --disable-install-doc --prefix=/ failed!
    checking for ruby... /usr/bin/ruby
    tool/config.guess already exists
    tool/config.sub already exists
    checking build system type... x86_64-apple-darwin19.3.0
    checking host system type... x86_64-apple-darwin19.3.0
    checking target system type... x86_64-apple-darwin19.3.0
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... configure: error: in `/var/folders/5p/z_n7b95s1yz02fdjwvk8cwp80000gn/T/tmp.FpE76u33':
    configure: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    build dir: /var/folders/5p/z_n7b95s1yz02fdjwvk8cwp80000gn/T/tmp.FpE76u33
    Target @ruby_2_6//:ruby failed to build

* Fix bad substitute
0