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 for missing parrot phony.exe under cygwin per RT #113992 #74

Closed
wants to merge 1 commit into from
Closed

Fix for missing parrot phony.exe under cygwin per RT #113992 #74

wants to merge 1 commit into from

Conversation

ronaldxs
Copy link
Contributor

@ronaldxs ronaldxs commented Jul 4, 2012

No description provided.

@pmichaud
Copy link
Contributor

pmichaud commented Jul 4, 2012

The pull request puts the fix in the wrong place, unfortunately. First, I think the fix belongs in Parrot, not Rakudo -- see updated comments in RT #113992.

Even if it turns out that Rakudo needs to supply a workaround, this is going to be the wrong place to do it. The NQP::Configure module is intended to be shared by NQP, Rakudo, and other languages to be built on top of NQP, so doing repairs of Parrot's tarball hopefully doesn't belong in this (shared) library. I'd be more likely to accept it as a fix in Star's Configure.pl (but I still think it's a Parrot bug that should be fixed in the Parrot tarball).

Pm

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