-
Notifications
You must be signed in to change notification settings - Fork 92
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
Fix XMLEventReader does not handle ' properly #85
Conversation
fehmicansaglam
commented
Oct 20, 2015
•
edited
Loading
edited
- Fixes XMLEventReader does not handle ' properly #72
@fehmicansaglam I'm sorry this seems to have been ignored. it needs a rebase now. are you interested in doing a rebase? perhaps this comment will attract some reviewer attention. |
Sure, I will. |
are this and #89 duplicates? |
a30de4c
to
35a9685
Compare
35a9685
to
3237688
Compare
@SethTisue yes, they are duplicates. According to your comment here, #89 is better. If so, I can close this. |
@SethTisue This one is good. I had assumed fixing the XMLEventReader bug would have broader impact. I was incorrect. I eventually cleared up my own confusion in this comment at #72. So PR #89 was a false lead, but also an attempt to understand the issues. |
@@ -93,7 +93,7 @@ object Utility extends AnyRef with parsing.TokenTests { | |||
* For reasons unclear escape and unescape are a long ways from | |||
* being logical inverses. | |||
*/ | |||
val pairs = Map( | |||
private val pairs = Map( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe annotate it as @deprecated
first just in case a user happened to be importing it?