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

fix #308: parser reads string literals as objects #309

Merged
merged 2 commits into from
Dec 18, 2015

Conversation

kikofernandez
Copy link
Contributor

this fixes the encore parser where we couldn't use methods on the strings, i.e. "S".equals("s") threw an exception when parsing this code. with this fix, the previous example compiles and runs as expected.

Kiko Fernandez Reyes added 2 commits December 18, 2015 06:58
fix issue #301 where the extract.enc test was not using the
"string".equals comparison method but the == method.
this fixes the encore parser where we couldn't use methods on the
strings, i.e. "S".equals("s") threw an exception when parsing this
code. with this fix, the previous example compiles and runs as expected.
@EliasC
Copy link
Contributor

EliasC commented Dec 18, 2015

Looks good! Will merge later today!

EliasC added a commit that referenced this pull request Dec 18, 2015
fix #308: parser reads string literals as objects
@EliasC EliasC merged commit cbccc4d into parapluu:development Dec 18, 2015
@kikofernandez kikofernandez deleted the fix/string-parser branch December 18, 2015 11:30
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