Skip to content

Commit

Permalink
Suppress valgrind ripper leak
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jun 4, 2024
1 parent 870709c commit b175c7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/check_manifest.rake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ task check_manifest: :templates do
rakelib
rust
sorbet
suppressions
templates
test
top-100-gems
Expand Down
10 changes: 10 additions & 0 deletions suppressions/ruby-3.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
Ripper not freeing strterm in all cases (https://bugs.ruby-lang.org/issues/20521)
Memcheck:Leak
...
fun:new_strterm
fun:parse_percent
...
fun:ripper_parse
...
}

0 comments on commit b175c7d

Please sign in to comment.