Skip to content

Fix/3860 nested formatter precision - #4892

Open
way4sahil wants to merge 2 commits into
fmtlib:mainfrom
way4sahil:fix/3860-nested-formatter-precision
Open

Fix/3860 nested formatter precision#4892
way4sahil wants to merge 2 commits into
fmtlib:mainfrom
way4sahil:fix/3860-nested-formatter-precision

Conversation

@way4sahil

Copy link
Copy Markdown

Fixes #3860

Dynamic width and precision specifications inside nested_formatter now
resolve argument IDs against the enclosing format context.

This adds:

  • Context forwarding for nested formatters.
  • Dynamic width handling.
  • Named and explicit argument support.
  • Tests for dynamic width, precision, padding, and static formatting.
  • A ChangeLog entry.

@way4sahil
way4sahil requested a review from vitaut as a code owner August 23, 2026 10:31
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.

Dynamic precision for nested_formatter does not work

1 participant