Skip to content

Commit

Permalink
Ignore Optional<Value> in gc lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Feb 24, 2025
1 parent 4fa90ef commit ae13235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gc_lint.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SKIP_CLASS_MEMBERS = {
# our smart pointer type gets visited by everything else
'Natalie::Value' => '*',
'TM::Optional<Natalie::Value>' => '*',

# Args cannot be heap-allocated, so pointers inside are seen on the stack
'Natalie::Args' => '*',
Expand Down

0 comments on commit ae13235

Please sign in to comment.