We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef468 commit 88a509aCopy full SHA for 88a509a
8 files changed
_gc_lint_test.v
@@ -22,6 +22,8 @@ const clear_allowlist = [
22
ClearAllowEntry{'scratch_pools.v', 'out.clear()'},
23
ClearAllowEntry{'render_svg.v', 'out.clear()'},
24
ClearAllowEntry{'svg/animation.v', 'out.clear()'},
25
+ // []f64 (no pointers)
26
+ ClearAllowEntry{'layout_sizing.v', 'scratch.weights.clear()'},
27
// []int
28
ClearAllowEntry{'layout_sizing.v', 'fill_indices.clear()'},
29
ClearAllowEntry{'layout_sizing.v', 'fixed_indices.clear()'},
0 commit comments