Jake Zimmerman

Results 359 comments of Jake Zimmerman

Note that adding `--suggest-unsafe` to the reproducer's args makes it even more obvious that this is problematic https://sorbet.run/?arg=--suggest-unsafe#%23%20typed%3A%20true%0Aextend%20T%3A%3ASig%0A%0Asig%20%7B%20returns%28String%29%20%7D%0Adef%20correct%0A%20%20a%2C%20b%20%3D%20%5B%5D%0Aend%0A%0Asig%20%7B%20returns%28String%29%20%7D%0Adef%20weird_loc%0A%20%20%28a%2C%20b%29%20%3D%20%5B%5D%0Aend because the autocorrect in the error message suggests syntactically invalid code.

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...

There is a GitHub outage. I will merge this after it's resolved.

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...

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...

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...

At the moment: - This doubles the time it takes to type check Stripe's codebase - There is some infinite loop during type inference, that I haven't been able to...