Defect #38118
Ruby 3.2: Markdown formatter warns "undefining the allocator of T_DATA class Redcarpet::Markdown"
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Ruby support | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
Markdown formatter displays a warning "undefining the allocator of T_DATA class Redcarpet::Markdown" with Ruby 3.2.
$ bin/rails test test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb Run options: --seed 34679 # Running: /path/to/redmine/lib/redmine/wiki_formatting/markdown/formatter.rb:76: warning: undefining the allocator of T_DATA class Redcarpet::Markdown ......S............
Related issues
History
#1
Updated by Go MAEDA about 1 month ago
- Related to Feature #38099: Ruby 3.2 support added
#2
Updated by Go MAEDA about 1 month ago
The fix for the issue is will be included in the next release of Redcarpet.
https://github.com/vmg/redcarpet/pull/721