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

Force modules to call pp_done themselves #181

Closed
wants to merge 2 commits into from
Closed

Conversation

d-lamb
Copy link
Member

@d-lamb d-lamb commented Apr 24, 2016

PDL::PP would call pp_done() for a module if it hadn't done so itself, but this could leave a module in an uncertain state if build stopped midway through the .pd file, bypassing the same code that cause the build to fail in the first place. This just makes removes that functionality, so modules have to call pp_done themselves to write the .pm and .xs files. Only once was this functionality needed in the PDL source, and I fixed that too.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.002%) to 62.52% when pulling 27d399a on stricter-pp_done into bf9dd9c on master.

@wchristian wchristian closed this Apr 26, 2016
@wchristian wchristian deleted the stricter-pp_done branch April 26, 2016 21:50
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

3 participants