Actions
Defect #38118
closedRuby 3.2: Markdown formatter warns "undefining the allocator of T_DATA class Redcarpet::Markdown"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
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
Updated by Go MAEDA almost 2 years ago
- Related to Feature #38099: Add Ruby 3.2 support added
Updated by Go MAEDA almost 2 years ago
The fix for the issue is will be included in the next release of Redcarpet.
https://github.com/vmg/redcarpet/pull/721
Updated by Go MAEDA over 1 year ago
- Related to Patch #38220: Update Redcarpet to 3.6 added
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed by #38220.
Actions