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

difflib moved since munit 1.0.0-RC1 #9

Closed
2m opened this issue May 31, 2024 · 1 comment · Fixed by #10
Closed

difflib moved since munit 1.0.0-RC1 #9

2m opened this issue May 31, 2024 · 1 comment · Fixed by #10

Comments

@2m
Copy link

2m commented May 31, 2024

Thanks for this great library! :) Having stayed at the python world for a while, I certainly miss snapshot testing in Scala.

While trying it out, I noticed that the code generated by the library does not compile after the changes made in munit 1.0.0-RC1: scalameta/munit#756

[error] -- [E008] Not Found Error: /Users/martynas/projects/rpi-mon/target/scala-3.4.2/src_managed/test/MUnitIntegration.scala:21:22 
[error] 21 |import munit.internal.difflib.Diffs
[error]    |       ^^^^^^^^^^^^^^^^^^^^^^

A workaround is to use munit 1.0.0-M12 for now.

@keynmol
Copy link
Contributor

keynmol commented Jun 1, 2024

Oof, thanks.

I've released 0.0.7 which should rectify this.

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 a pull request may close this issue.

2 participants