Merge tag 'dev-2025-11'

This commit is contained in:
ed
2025-11-05 22:27:46 -05:00
213 changed files with 4956 additions and 966 deletions
-1
View File
@@ -2932,7 +2932,6 @@ Output:
abc1 abc2 abc3
*/
expand_tabs :: proc(s: string, tab_size: int, allocator := context.allocator) -> (res: string, err: mem.Allocator_Error) #optional_allocator_error {
if tab_size <= 0 {
panic("tab size must be positive")