Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Fix tests #59

Merged
merged 5 commits into from
Jul 29, 2016
Merged

Fix tests #59

merged 5 commits into from
Jul 29, 2016

Conversation

jakebolewski
Copy link
Member

This does not mean that we can parse 0.5 syntax correctly.

Closes #58

@jakebolewski jakebolewski mentioned this pull request Jul 29, 2016
@jakebolewski jakebolewski merged commit 5eec3b1 into master Jul 29, 2016
@jakebolewski jakebolewski deleted the jcb/fixcomp branch July 29, 2016 19:44
@@ -1460,15 +1470,23 @@ function parse_dict(ps::ParseState, ts::TokenStream, frst, closer, opener)
end

function parse_comprehension(ps::ParseState, ts::TokenStream, frst, closer, opener, word)
itrs = parse_comma_sep_iters(ps, ts, word)
if VERSION >= v"0.5-"
Copy link
Contributor

Choose a reason for hiding this comment

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

should be more specific about VERSION comparisons

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants