scalameta / munit

Scala testing library with actionable errors and extensible APIs
https://scalameta.org/munit
Apache License 2.0
428 stars 88 forks source link

bugfix: Fix location macro if using virtual files #796

Closed tgodzik closed 2 months ago

tgodzik commented 2 months ago

Fixes https://github.com/scalameta/munit/issues/795

vasilmkd commented 2 months ago

Thanks for the fix, I tried it out and confirm it works!

malliina commented 3 weeks ago

Hi, great work! Would it be possible to publish a release that includes this fix? Thanks in advance!

tgodzik commented 3 weeks ago

The release is running https://github.com/scalameta/munit/actions/runs/10355422952

malliina commented 2 weeks ago

The release is running https://github.com/scalameta/munit/actions/runs/10355422952

This release solved my problem. Thanks!