Skip to content

refactor init_MAN3PODS so pod files get priority #257

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haarg
Copy link
Member

@haarg haarg commented Mar 3, 2016

This moves the name transforming code into the initial loop through PM,
building a hash keyed by the final man name. Pod files will take
priority over pm files, which will take priority over pl files. We only
check the pm/pl files for Pod once we know that they will be used.

I have not yet written tests for this.

This fixes #256.

@bingos
Copy link
Member

bingos commented Mar 4, 2016

Appears to be failing the XS tests

@Leont
Copy link
Member

Leont commented Mar 4, 2016

The crucial error appears to be make[1]: *** No rule to make target 'lib/XS/type', needed by 'manifypods'. Stop.

This moves the name transforming code into the initial loop through PM,
building a hash keyed by the final man name.  Pod files will take
priority over pm files, which will take priority over pl files.  We only
check the pm/pl files for Pod once we know that they will be used.
@haarg haarg force-pushed the topic/man-pod-over-pm branch from bfa0bbb to 6e47258 Compare September 13, 2020 13:17
@mohawk2
Copy link
Member

mohawk2 commented Sep 13, 2020

Commenting here because I gather the branch got rebased, and the Travis is still failing, same reason.

The "lib/XS/type" error is immediately because the typemap is called "lib/XS/type map" and the dependency isn't being quoted. But I'd argue that this shows more things are being included into this set of files than necessary, since how would that be manify-ed?

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

Successfully merging this pull request may close these issues.

Manification incorrectly prefers .pm over .pod
4 participants