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

Rewrite and adapt to Scala 3 features #51

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Rewrite and adapt to Scala 3 features #51

merged 1 commit into from
Mar 25, 2024

Conversation

hamzaremmal
Copy link
Member

No description provided.

src/main/scala/dotty/xml/interpolator/internal/Macro.scala Outdated Show resolved Hide resolved
@@ -29,6 +30,7 @@ class TrailingWhitespaceTest {
assert(xml"<foo> <bar/> </foo>" ≈ <foo> <bar/> </foo>)
}

/*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened with this test?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I recall correctly, this didn't work when I first launched the tests (before any changes). I'm not sure why and I will investigate later (hence commenting the test at the moment).

@hamzaremmal hamzaremmal merged commit 71c6c4b into master Mar 25, 2024
8 checks passed
@nicolasstucki nicolasstucki deleted the rewrites branch March 25, 2024 15:28
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.

None yet

2 participants