fixing recurrent panic
All checks were successful
Build / build (push) Successful in 2m14s
Test / build (push) Successful in 7m13s

This commit is contained in:
2026-01-27 22:55:02 +01:00
parent 1ad7b644c4
commit 57de432d0b
7 changed files with 639 additions and 304 deletions

View File

@@ -176,6 +176,7 @@ pub const Value = union(Type) {
}
break :blk self;
},
.RuntimeArray => .{ .RuntimeArray = .{} },
else => unreachable,
},
else => unreachable,
@@ -322,9 +323,7 @@ pub const VariantData = union(Variant) {
const Self = @This();
name: ?[]const u8,
decorations: std.ArrayList(Decoration),
variant: ?VariantData,
pub fn init() Self {