Skip to content

Conversation

@mknos
Copy link
Contributor

@mknos mknos commented Dec 2, 2025

Strings passed to die() and warn() already had an explicit newline, so there's no need for the SIG handlers to add it.

$ perl mkdir -m 0x0 newdir # example die()
mkdir: invalid mode: 0x0
$ perl mkdir -m '' newdir # example warn()
mkdir: invalid mode
$

Strings passed to die() and warn() already had an explicit newline, so there's no need for the SIG handlers to add it.
@mknos mknos temporarily deployed to automated_testing December 2, 2025 05:39 — with GitHub Actions Inactive
@mknos mknos temporarily deployed to automated_testing December 2, 2025 05:39 — with GitHub Actions Inactive
@mknos mknos temporarily deployed to automated_testing December 2, 2025 05:39 — with GitHub Actions Inactive
@mknos mknos had a problem deploying to automated_testing December 2, 2025 05:39 — with GitHub Actions Failure
@github-actions github-actions bot added Priority: low get to this whenever Status: needs verification issue needs to be verified Type: bug an existing feature does not work Type: enhancement improve a feature that already exists Program: mkdir The mkdir program and removed Type: bug an existing feature does not work Status: needs verification issue needs to be verified labels Dec 2, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 19848516442

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.8%) to 61.202%

Totals Coverage Status
Change from base Build 19172267834: -1.8%
Covered Lines: 1863
Relevant Lines: 3044

💛 - Coveralls

@briandfoy briandfoy merged commit 8c2f438 into briandfoy:master Dec 2, 2025
5 of 12 checks passed
@github-actions github-actions bot added Status: accepted The fix is accepted and removed Priority: low get to this whenever labels Dec 2, 2025
@briandfoy briandfoy added Type: bug an existing feature does not work and removed Type: enhancement improve a feature that already exists labels Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Program: mkdir The mkdir program Status: accepted The fix is accepted Type: bug an existing feature does not work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants