Jake Zimmerman
Jake Zimmerman
We might have to hold off on this feature until we build something like `override(allow_incompatible: :visibility)` We could technically fix some of these errors with `override(allow_incompatible: true)` but that would...
Ticket for the feature request https://github.com/sorbet/sorbet/issues/8959
I've implemented #8959 in #8975, and will land it tomorrow (or maybe the next day). I'm going to try my hand at implementing a `--suggest-unsafe`-mode autocorrect to insert the `allow_incompatible:...
I rebased your change on master. It was getting hard to deal with all the merge conflicts that arose from the choice to factor all the `methodData` et al. refactoring....
Change looks good modulo the two comments above. Time to test this again on pay-server, make sure we can successfully use the `--suggest-unsafe` mode to pre-emptively silence the errors on...
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...
These changes were landed in #9030.
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...