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

Add migration warning for XML literals in language future #19101

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

nicolasstucki
Copy link
Contributor

First step towards #19100

@@ -277,7 +277,7 @@ object MarkupParsers {
* | xmlTag1 '/' '>'
*/
def element: Tree = {
val start = curOffset
val start = curOffset // FIXME should be `curOffset - 1` (scalatest and tests/neg/i19100.scala must be updated)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@EugeneFlesselle started working on updating the scalatest submodule. I will fix this once the submodule is updated to avoid conflicts.

@nicolasstucki nicolasstucki merged commit 8ed4016 into scala:main Dec 19, 2023
19 checks passed
@nicolasstucki nicolasstucki deleted the fix-19100 branch December 19, 2023 10:10
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 2023
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

3 participants