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 to work in place-with-space #120

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Fix to work in place-with-space #120

merged 3 commits into from
Sep 18, 2024

Conversation

mohawk2
Copy link
Contributor

@mohawk2 mohawk2 commented Sep 15, 2024

Also has 3-arg open, and clean up more files on make clean.

Copy link
Owner

@dk dk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bad5154: this one is good, can be merged away

Copy link
Owner

@dk dk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d77ad82: 3-arg open is a good idea, thank you. I don't see a point though changing from open(FH) to open(my $fh) other than style, but I can live with that. However there's some namings that are lost, f ex open(PRIMADEF) vs open(my $fh), I'd like to keep original variable names where they make sense

Copy link
Owner

@dk dk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

42e7815: The idea is solid but I don't understand why if I run new Makefile.PL under linux I get paths double-quoted. I think that while accounting for special characters is great, it should be done with care, no quoting if necessary . And the proper quote characters depending on the OS

(hint: there's $SHQUOTE variable available specifically for this)

@mohawk2
Copy link
Contributor Author

mohawk2 commented Sep 17, 2024

bad5154: this one is good, can be merged away

An approach you could do another time - if there's one or several commit(s) you're happy to accept, you could just cherry-pick it/them straight onto master and tell me to rebase this against that.

@mohawk2 mohawk2 force-pushed the fix-in-space branch 2 times, most recently from a0bfc5d to 9ebb8fc Compare September 17, 2024 22:36
@mohawk2
Copy link
Contributor Author

mohawk2 commented Sep 17, 2024

I believe I've addressed all the points you've raised. Please let me know if not!

@dk dk merged commit f0077ac into dk:master Sep 18, 2024
2 checks passed
@dk
Copy link
Owner

dk commented Sep 18, 2024

looks great, thank you!

@mohawk2 mohawk2 deleted the fix-in-space branch September 18, 2024 18:28
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.

2 participants