Skip to content

Fix 2.13 collections methods for NodeSeq #402

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

Merged
merged 4 commits into from
Feb 7, 2020

Conversation

ashawley
Copy link
Member

Forward-port of #396 to 2.x branch.

@ashawley ashawley modified the milestone: 2.0 Jan 31, 2020
 -- [E008] Member Not Found Error: shared/src/test/scala/scala/xml/NodeSeqTest.scala:47:4
 46 |    val exp = <a>Hello</a><b>Hi</b>
 47 |    assertEquals(exp, res)
    |               ^
    |              value assertEquals is not a member of scala.xml.NodeBuffer
 -- [E045] Cyclic Error: shared/src/test/scala/scala/xml/NodeSeqTest.scala:47:17
 47 |    assertEquals(exp, res)
    |                 ^
    |                 Recursive value exp needs type
@ashawley ashawley merged commit d76d65d into scala:master Feb 7, 2020
@ashawley ashawley deleted the issue-392-cont branch March 17, 2020 00:59
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