Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several combined fixes #125

Merged
merged 5 commits into from
May 10, 2020
Merged

Several combined fixes #125

merged 5 commits into from
May 10, 2020

Conversation

olafurpg
Copy link
Member

See individual commits

Olafur Pall Geirsson added 4 commits May 10, 2020 10:04
Previously, `assertEquals` could succeed when the `toString` of different values
were equal. Now, `assertEquals` always fails if the arguments are unequal.
Previously, a test would get ignored if it had the same name+tags+location
as a previous test. This bug only happened when writing helper methods
that call `test() { .. }` without taking in an
`implicit loc: munit.Location` argument. Now, tests have reference
equality so that all tests are correctly captured.
MUnit trims stack traces by default to avoid printing noisy
console output. However, in some cases it can be handy to see
the full stack trace when debugging a cryptic error. Now, users
can run `testOnly -- -F` to see full stack traces.
* don't run StackTraceFrameworkSuite on Scala.js
* run Scalafix + Scalafmt
@olafurpg olafurpg merged commit e038fe1 into scalameta:master May 10, 2020
@olafurpg olafurpg deleted the stack-traces branch May 10, 2020 10:42
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.

1 participant