Bump Scala 3.9.0 + mcodec 0.2.0 + made 0.4.1 (main compiles, tests need migration) - #62
Draft
halotukozak wants to merge 1 commit into
Draft
Bump Scala 3.9.0 + mcodec 0.2.0 + made 0.4.1 (main compiles, tests need migration)#62halotukozak wants to merge 1 commit into
halotukozak wants to merge 1 commit into
Conversation
Scala 3.9.0 final can't read mcodec 0.1.2's TASTy (built vs 3.9.0-RC4); the RC4 compiler can't read mcodec 0.2.0's transitive made 0.4.1 (built vs 3.9.0 final). So the standalone Renovate PRs #55 (scala) and #61 (mcodec) each fail on a TASTy-version wall. made stays transitive (mcodec 0.2.0 -> made 0.4.1). Main sources compile. Test suite does not: ~1500 errors, mrpc's derivation macros produce `containsOnly` evidence the 3.9.0 / made 0.4.1 world no longer accepts. Draft until that's migrated. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
halotukozak
force-pushed
the
bump-scala-mcodec-made
branch
from
August 31, 2026 12:12
15a2901 to
62e1ec1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why one PR
Renovate split these into #55 (scala) and #61 (mcodec); both fail to compile alone:
Error: error while loading MCodec/Not found: type MCodec. mcodec0.1.2was published against 3.9.0-RC4 TASTy, which the 3.9.0 final compiler can't read.So Scala + mcodec must move together.
madeis added explicitly (0.4.1, matching what mcodec0.2.0pulls transitively) — mrpc'ssrc/importshalotukozak.made.*directly and was leaning on the transitive path.State
3.9.0+mcodec 0.2.0+made 0.4.1.halotukozak.commons.Of[T]gained a labels type parameter (Of[T][Labels]) somewhere in the bump, and the derivation / parity / transport suites + theSampleApifixture are written against the old single-parameter shape.Draft until the test suite is migrated.
#55/#61are superseded by this.🤖 Generated with Claude Code