Tags: carl-stripe/sorbet
Tags
cacheDir -> cache-dir (sorbet#1121)
We need llvm_symbolizer in path to be able to symbolize stack traces (s… …orbet#1124) * We need llvm_symbolizer in path to be able to symbolize stack traces * make linter happy
Revert "auto-assign to oncall (sorbet#1111)" (sorbet#1123) This reverts commit 52be72b.
Censor Loc info (sorbet#1120) * Censor loc info * Update help.out
Add a temporary fix for `each_with_object` (sorbet#1119) Pass the object argument to the block of `each_with_object` as `T.untyped` until issue sorbet#38 is resolved.
Compute pretty error message in Sorbet (sorbet#1118) This lets us make the default error handler a single `raise`.
auto-assign to oncall (sorbet#1111)
Add types to `T::Struct.new` (sorbet#986) * Add tests * Synthesize initialize * Rm a TODO, add a sig * Add a prop with default * Check for if the T is ::T * Add a test for root * Define optional in one go * Fix typo * Improve loc * Put the default: thing into the arg * Move * Update * Move * Add new tests * Just puts * Add test for InexactStruct * Elide method bodies * Use arg0 * Show z * Rm puts * Show how updating works * Add initialize to InexactStruct rbi * Update inexact test * Add ticks * Update locs * Disable some fast path
Enable building Ruby on Linux under Bazel (sorbet#1110) * Modifications to get Ruby building on Linux * Use CPP to figure out whether to dtrace or not * Small changes to make sure Mac build still works * Just always disable dtrace on these buidls * Always compile Ruby without GMP * Do not even include crypt.c in a Darwin build * Refactor ext/socket variables to share common ones
Add `require 'delegate'` to the tracepoint_serializer module (sorbet#… …1108) `require 'delegate'` happens automatically with full ruby builds, but the version that we're building in bazel lacks `did_you_mean`, which requires the delegate library. Requiring 'delegate' here will be a no-op in most cases, but will allow the snapshot testing in bazel to proceed without digging into the ruby build further.
PreviousNext