Skip to content

AssertsTests.assert.show failing in Scala 2 community build #397

@SethTisue

Description

@SethTisue

as seen at https://scala-ci.typesafe.com/job/scala-2.13.x-jdk17-integrate-community-build/2744/artifact/logs/utest-build.log

[utest] [info] X test.utest.AssertsTests.assert.show 0ms 
[utest] [info]   utest.AssertionError: try assert((math.max(1 + 1, 2): @Show) == 3) catch{
[utest] [info]     utest.asserts.Asserts$.assertImpl(Asserts.scala:30)
[utest] [info]     test.utest.AssertsTests$.liftedTree4$1(AssertsTests.scala:115)
[utest] [info]     test.utest.AssertsTests$.$anonfun$tests$25(AssertsTests.scala:115)

the failure started when we moved to a newer Scala nightly:

-# June 25, 2025 (latest as of June 27, 2025)
-nightly=2.13.17-bin-799aeef
+# July 17, 2025 (latest as of July 29, 2025)
+nightly=2.13.17-bin-6a23d33

I have no idea what this might be about, is it obvious to any of y'all?

cc @lrytz @som-snytt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions