Skip to content

Fix jcpan build-directory exhaustion - #880

Merged
fglock merged 1 commit into
masterfrom
fix/lingua-por-words2nums
Aug 3, 2026
Merged

Fix jcpan build-directory exhaustion#880
fglock merged 1 commit into
masterfrom
fix/lingua-por-words2nums

Conversation

@fglock

@fglock fglock commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • allow CPAN build-directory allocation to continue past the legacy -0 through -999 suffix range
  • keep directory selection atomic for concurrent CPAN clients
  • unblock the Lingua::POR::Words2Nums dependency chain and its pure-Perl build tools

Validation

  • make — passed
  • timeout 900 ./jcpan -t Lingua::POR::Words2Nums — passed; target Words2Nums.t 6/6 and dependency/toolchain tests passed

CPAN can accumulate 1000 preserved build directories after interrupted or
repeated dependency runs. Continue with an atomic unique suffix after the
legacy -0..-999 range so jcpan can bootstrap pure-Perl dependencies instead
of failing before compilation.

This unblocks Lingua::POR::Words2Nums and its Export::Attrs toolchain.

Generated with [Codex](https://openai.com/codex)

Co-Authored-By: Codex <158243242+codex@users.noreply.github.com>
@fglock
fglock merged commit 6a2de52 into master Aug 3, 2026
2 checks passed
@fglock
fglock deleted the fix/lingua-por-words2nums branch August 3, 2026 07:35
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.

1 participant