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

make Version.new("6") work on rakudo-jvm #165

Closed
wants to merge 1 commit into from
Closed

make Version.new("6") work on rakudo-jvm #165

wants to merge 1 commit into from

Conversation

timo
Copy link
Member

@timo timo commented Jun 17, 2013

this is a temporary hack that will allow us to run the self-test suite.

the next required step would probably be to make "use Test;" work, right?

@pmichaud
Copy link
Contributor

I don't see why the jvm needs a special case here... I'm inclined to disallow the patch.

Pm

@timo
Copy link
Member Author

timo commented Jun 17, 2013

comb uses gather/take, so it won't come through, even if we just want to create a version for "v6"; a less intrusive if-jvm will be possible as soon as "return" works.

@timo
Copy link
Member Author

timo commented Jun 17, 2013

turns out @sorear has been working on the same thing and will make it work without this hack.

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.

None yet

2 participants