Skip to content

Conversation

BNAndras
Copy link
Member

No description provided.

@BNAndras BNAndras added x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows) x:rep/tiny Tiny amount of reputation labels Jul 23, 2025
@BNAndras
Copy link
Member Author

Alright, I think I resolved the breakage. In Tournament, we use vertical lines in the expected output. ~|foo| interpolates a string using the value of foo. Some combination of unitt and Arturo at this particular nightly is seeing "Team |MP| ..." as us wanting to interpolate the value of MP even though we don't have the tilde prefixing the string. This behavior doesn't happen in the REPL which correctly prints Team |MP| .... It also doesn't happen with the same version of unitt on a later nightly so it must be using some functionality inside Arturo that subtly changed in the last couple of months.

I think the easiest solution is to swap out the vertical bar for something similar like (MEDIUM VERTICAL BAR). I can clarify this situation in the append Glenn already made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:rep/tiny Tiny amount of reputation x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants