Jake Zimmerman

Results 359 comments of Jake Zimmerman

Re-posting this here from Slack for posterity: when I run ```bash ./bazel build --config=release-mac-arm64 //main:sorbet ``` and then ``` ❯ file bazel-bin/main/sorbet bazel-bin/main/sorbet: Mach-O 64-bit executable arm64 ``` ``` ❯...

I'm guessing that the `syspolicy_check` error is a red-herring, because when I run the same command against the x86_64 binary, I get this output: ``` ❯ syspolicy_check distribution bazel-bin/main/sorbet App...

Some precedent: - Before Ruby made `set` a default-required gem, Sorbet unconditionally said that `[].to_set` existed - Still today, Sorbet says that `[].to_json` exists This aligns with [Sorbet's policy](https://sorbet.org/docs/rbi#versioning-for-standard-library-rbis) around...

I believe that this was made redundant by this change: #8649.

We have a policy of testing changes to Sorbet against Stripe's codebase before merging them. I've kicked off a test run for the current PR. When the build finishes, I'll...

We have a policy of testing changes to Sorbet against Stripe's codebase before merging them. I've kicked off a test run for the current PR. When the build finishes, I'll...

sorry for the late response. this looks totally fine, thanks

We have a policy of testing changes to Sorbet against Stripe's codebase before merging them. I've kicked off a test run for the current PR. When the build finishes, I'll...

We have a policy of testing changes to Sorbet against Stripe's codebase before merging them. I've kicked off a test run for the current PR. When the build finishes, I'll...