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

refactor PCT::HLLCompiler's detection of Test::Harness #464

Open
pmichaud opened this issue Mar 16, 2009 · 2 comments
Open

refactor PCT::HLLCompiler's detection of Test::Harness #464

pmichaud opened this issue Mar 16, 2009 · 2 comments

Comments

@pmichaud
Copy link
Member

In order to facilitate using PCT::HLLCompiler with test harnesses,
the C method of PCT::HLLCompiler object exits silently
if it detects that it is being run in a sample run from Perl’s
Test::Harness. Currently this detection is done by checking the
second command line argument for “@INC”; future releases may
use a different detection mechanism or eliminate it altogether.

Originally http://trac.parrot.org/parrot/ticket/463

@jkeenan
Copy link
Contributor

jkeenan commented Jan 15, 2011

Patrick,

Could you provide an update on the status of the issues raised in this ticket?

Thank you very much.

kid51

@pmichaud
Copy link
Member Author

pmichaud commented Feb 2, 2011

I suspect the code at issue in PCT::HLLCompiler will remain in place for the foreseeable future; I think this note was put in place as a potential deprecation. Since I doubt things will change anytime soon, I think we could close this ticket (as 'wontfix' or 'invalid' or 'fixed' or... whatever).

Pm

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

No branches or pull requests

2 participants