Skip to content

feat: format non base 10 numbers at compile time#620

Merged
GuillaumeGomez merged 2 commits intoaskama-rs:mainfrom
tdelabro:compile-time-format-of-non-base-10-numbers
Nov 5, 2025
Merged

feat: format non base 10 numbers at compile time#620
GuillaumeGomez merged 2 commits intoaskama-rs:mainfrom
tdelabro:compile-time-format-of-non-base-10-numbers

Conversation

@tdelabro
Copy link
Copy Markdown
Contributor

@tdelabro tdelabro commented Nov 5, 2025

fixes #447

Comment thread askama_derive/src/generator.rs Outdated
@GuillaumeGomez
Copy link
Copy Markdown
Collaborator

Thanks! Just one nit but otherwise looks good to me.

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
@GuillaumeGomez GuillaumeGomez merged commit c69ed12 into askama-rs:main Nov 5, 2025
51 checks passed
@tdelabro tdelabro deleted the compile-time-format-of-non-base-10-numbers branch November 6, 2025 03:02
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.

Numbers with a base != 10 only formatted at runtime

2 participants