Skip to content

Conversation

tgodzik
Copy link

@tgodzik tgodzik commented Apr 26, 2025

Backports scala#22796 to the 3.3.7.

PR submitted by the release tooling.
[skip ci]

…scala#22796)

Example usage:

```bash
scala project/scripts/bisect.scala --jvm 17 -- --bootstrapped --releases 3.6.4-RC1-bin-20241120-bd07317-NIGHTLY... test smth.test.scala
```

`smth.test.scala`
```scala
//> using dep org.scalameta::munit::1.1.0
//> using platform js

class MyTests extends munit.FunSuite {
  test("foo") {
    assert(2 + 2 == 4)
  }
}
```

Allowed to bisect scala#22794
[Cherry-picked c9eaa14]
Base automatically changed from backport-lts-3.3-18603 to lts-3.3 April 26, 2025 15:38
@tgodzik
Copy link
Author

tgodzik commented Apr 26, 2025

No regressions detected in the community build up to backport-lts-3.3-22813.

Reference

@tgodzik tgodzik merged commit 171926a into lts-3.3 Apr 26, 2025
22 checks passed
@tgodzik tgodzik deleted the backport-lts-3.3-22796 branch April 26, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants