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

Tags: carl-stripe/sorbet

Tags

0.4.4353.20190628164526-7e18aed84

Toggle 0.4.4353.20190628164526-7e18aed84's commit message
cacheDir -> cache-dir (sorbet#1121)

0.4.4352.20190628063348-b3886b4e1

Toggle 0.4.4352.20190628063348-b3886b4e1's commit message
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

0.4.4351.20190628060145-a45098172

Toggle 0.4.4351.20190628060145-a45098172's commit message
Revert "auto-assign to oncall (sorbet#1111)" (sorbet#1123)

This reverts commit 52be72b.

0.4.4350.20190627194609-982dc5ded

Toggle 0.4.4350.20190627194609-982dc5ded's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Censor Loc info (sorbet#1120)

* Censor loc info

* Update help.out

0.4.4349.20190627192451-c5cf489e9

Toggle 0.4.4349.20190627192451-c5cf489e9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.4.4348.20190627180819-de55fcaae

Toggle 0.4.4348.20190627180819-de55fcaae's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compute pretty error message in Sorbet (sorbet#1118)

This lets us make the default error handler a single `raise`.

0.4.4346.20190627171511-52be72b69

Toggle 0.4.4346.20190627171511-52be72b69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
auto-assign to oncall (sorbet#1111)

0.4.4345.20190627164104-c293b55e6

Toggle 0.4.4345.20190627164104-c293b55e6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.4.4344.20190627161027-ebf3f7e9c

Toggle 0.4.4344.20190627161027-ebf3f7e9c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.4.4343.20190627133259-744e21c40

Toggle 0.4.4343.20190627133259-744e21c40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.
0