Skip to content

Fix #1976: Hack to support scala.xml's $scope #1977

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 3 commits into from
Feb 14, 2017

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Feb 14, 2017

This is a gross hack to support the need for a $scope
binding when XML literals are created. It should go away
once we phase out XML literals. A library-based
solution should use implicits instead.

Note: scalac uses another hack which is more elaborate. But
since this is temporary anyway I think the simplest thing that works
is fine.

This is a gross hack to support the need for a $scope
binding when XML literals are created. It should go away
once we phase out XML literals.  A library-based
solution should use implicits instead.
@odersky odersky requested a review from felixmulder February 14, 2017 14:09
@felixmulder
Copy link
Contributor

Updated the branch to see if @liufengyun fix to debug tests works, fingers crossed

@felixmulder felixmulder merged commit 606e36b into scala:master Feb 14, 2017
Copy link
Contributor

@felixmulder felixmulder left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants