elliottt requested cfallin for a review on PR #9193.
elliottt requested fitzgen for a review on PR #9193.
elliottt requested alexcrichton for a review on PR #9193.
elliottt opened PR #9193 from bytecodealliance:revert-9191-trevor/upgrade-regalloc
to bytecodealliance:main
:
Reverts bytecodealliance/wasmtime#9191
We need to yank regalloc-0.9.4 and bump it to 0.10.0, as a function was removed in 0.9.4.
elliottt requested wasmtime-default-reviewers for a review on PR #9193.
elliottt requested wasmtime-compiler-reviewers for a review on PR #9193.
alexcrichton commented on PR #9193:
Oh I think this is fine to leave in wasmtime, yanks don't delete the crate it just prevents new dependencies being formed on the crate. In that sense if you yank regalloc2 now then wasmtime will keep building. In that sense this shouldn't be necessary
elliottt closed without merge PR #9193.
elliottt commented on PR #9193:
Ah, I misunderstood what the effect of yanking the crate was. I'll close the revert :+1:
If anyone tries to depend on the wasmtime version on the main branch as library, they can't if they didn't have a lockfile from before 0.9.4 got yanked and there is no regalloc2 version semver compatible with the 0.9.4 dependency requirement. If a non-yanked 0.9.5 existed, this one would be picked, but alas it doesn't exist and thus cargo will return an error.
alexcrichton commented on PR #9193:
Ah that's a good point, if that's causing issues for you I can approve/merge a revert too
elliottt commented on PR #9193:
Should we upload a 0.9.5 that's just a re-release of 0.9.3?
elliottt reopened PR #9193.
elliottt commented on PR #9193:
Let's just revert the update and restore the changes when we release regalloc2 0.10.0 with safepoint support removed next week.
alexcrichton submitted PR review.
alexcrichton merged PR #9193.
Last updated: Nov 22 2024 at 17:03 UTC