- Remove dependency on temp allocator in File.open.

This commit is contained in:
Christoffer Lerno
2026-02-04 14:27:52 +01:00
parent b4426c095b
commit 5e656603a5
2 changed files with 11 additions and 10 deletions

View File

@@ -8,6 +8,7 @@
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831
- Remove dependency on temp allocator in String.join.
- Remove dependency on temp allocator in File.open.
### Fixes
- Add error message if directory with output file name already exists