Fernando López Guevara
|
f079fa82b2
|
fix(std-io): make uint128 decimal formatting safe (#2924)
* fix(std-io): make uint128 decimal formatting safe and add all-base
numeric coverage
---------
Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
|
2026-02-11 23:50:16 +01:00 |
|
Manu Linares
|
dec49b05b8
|
Fix: Correct precision calculation for floating point formatting (#2657)
* Fix: Correct precision calculation for floating point formatting
---------
Signed-off-by: Manuel Barrio Linares <mbarriolinares@gmail.com>
Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
|
2025-12-19 15:51:42 +01:00 |
|
Christoffer Lerno
|
25bccf4883
|
New faults and syntax (#2034)
- Remove `[?]` syntax.
- Change `int!` to `int?` syntax.
- New `fault` declarations.
- Enum associated values can reference the calling enum.
|
2025-03-10 00:11:35 +01:00 |
|
Christoffer Lerno
|
2a895ec7be
|
First 0.7 update, removing all deprecated features.
|
2025-03-03 00:32:20 +01:00 |
|
Christoffer Lerno
|
cbacd64987
|
Update tests to (Foo) { ... } syntax.
|
2025-02-18 18:53:30 +01:00 |
|
Christoffer Lerno
|
224c3f4123
|
Printable values passed to the Formatter as pointers, will print as if passed by value. Pointers are rendered with "0x" prefix when passed to '%s'.
|
2024-08-11 00:27:06 +02:00 |
|