Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the lib/commonmarker and lib/pdf/reader/font.rb filters. They do not appear to be necessary anymore. Note that the creole filter can be removed when creole support is removed. Add new warning filters for radius and temple (used by slim). Both the radius and slim tests have spurious warnings on Ruby 3.4 due to chilled strings. I would guess temple will fix the issue since it is still maintained, but it seems less likely for radius. These warnings are definitely spurious, as the tests pass when you use --disable-frozen-string-literal and also when you use --enable-frozen-string-literal.
- Loading branch information