Tags: alunny-stripe/sorbet
Tags
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
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>
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>
Add Doorkeeper autoloads to gem loader. (sorbet#3049) They were added in the latest version of Doorkeeper.
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>
Add RBI for stdlib/securerandom (sorbet#3059) Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
Add missing RBI definitions for stdlib/ripper (sorbet#3058) Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
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.
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
PreviousNext