Skip to content

Commit 88a509a

Browse files
authored
layout: add weighted child sizing (#77)
1 parent b6ef468 commit 88a509a

8 files changed

Lines changed: 1509 additions & 62 deletions

File tree

_gc_lint_test.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const clear_allowlist = [
2222
ClearAllowEntry{'scratch_pools.v', 'out.clear()'},
2323
ClearAllowEntry{'render_svg.v', 'out.clear()'},
2424
ClearAllowEntry{'svg/animation.v', 'out.clear()'},
25+
// []f64 (no pointers)
26+
ClearAllowEntry{'layout_sizing.v', 'scratch.weights.clear()'},
2527
// []int
2628
ClearAllowEntry{'layout_sizing.v', 'fill_indices.clear()'},
2729
ClearAllowEntry{'layout_sizing.v', 'fixed_indices.clear()'},

0 commit comments

Comments
 (0)