-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump sorbet-static-and-runtime from 0.5.10539 to 0.5.10554 #1270
Bump sorbet-static-and-runtime from 0.5.10539 to 0.5.10554 #1270
Conversation
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.10539 to 0.5.10554. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: sorbet-static-and-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
The build failure seems to be generic related:
I'm not sure if the problem is on Sorbet or Tapioca. But here are the Sorbet changes that are related to the build failure. |
It's because builds with Rails gemfile don't lock gem versions so they bumped Sorbet earlier. |
Why Does The Latest Commit Breaks?Changing
with this PR's change
And that affects how
|
6a089a8
to
a69b5c3
Compare
Adapt `CoercePatch` to reflect changes to T::Utils from sorbet/sorbet#6559. Co-authored-by: Stan Lo <[email protected]> Co-authored-by: Adison Lampert <[email protected]>
a69b5c3
to
af7aec2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix @dirceu 🙏
val.__tapioca_override_type | ||
else | ||
super | ||
module Private |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am afraid the fix for Tapioca is not as simple as changing the namespace and the method name, since after this change Tapioca will no longer work with any older version of Sorbet runtime.
We either need to require a newer version of sorbet-runtime
as a runtime dependency, which I don't particularly like since it is too recent for most folks, or we need to make sure this code works properly both with the old Sorbet runtime code and the new one.
/cc @dirceu, @st0012 and @adisonlampert
This reintroduces the monkeypatch to T::Utils#coerce that was removed on #1270. See https://github.com/Shopify/tapioca/pull/1270/files#r1026916745 for more information.
This reintroduces the monkeypatch to T::Utils#coerce that was removed on #1270. See https://github.com/Shopify/tapioca/pull/1270/files#r1026916745 for more information.
This reintroduces the monkeypatch to T::Utils#coerce that was removed on #1270. See https://github.com/Shopify/tapioca/pull/1270/files#r1026916745 for more information.
This reintroduces the monkeypatch to T::Utils#coerce that was removed on #1270. See https://github.com/Shopify/tapioca/pull/1270/files#r1026916745 for more information.
This reintroduces the monkeypatch to T::Utils#coerce that was removed on #1270. See https://github.com/Shopify/tapioca/pull/1270/files#r1026916745 for more information.
Bumps sorbet-static-and-runtime from 0.5.10539 to 0.5.10554.
Release notes
Sourced from sorbet-static-and-runtime's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)