Actions
Defect #38100
closedRuby 3.2: Encoding::CompatibilityError when running ChangesetTest#test_invalid_utf8_sequences_in_comments_should_be_replaced_latin1
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Error:
ChangesetTest#test_invalid_utf8_sequences_in_comments_should_be_replaced_latin1:
Encoding::CompatibilityError: invalid byte sequence in UTF-8
    app/models/changeset.rb:299:in `strip'
    app/models/changeset.rb:299:in `normalize_comments'
    app/models/changeset.rb:104:in `before_create_cs'
    test/unit/changeset_test.rb:533:in `test_invalid_utf8_sequences_in_comments_should_be_replaced_latin1'
rails test test/unit/changeset_test.rb:517
  Files
Related issues
       Updated by Go MAEDA almost 3 years ago
      Updated by Go MAEDA almost 3 years ago
      
    
    - Related to Feature #38099: Add Ruby 3.2 support added
       Updated by Go MAEDA almost 3 years ago
      Updated by Go MAEDA almost 3 years ago
      
    
    - File 38100.patch 38100.patch added
The attached patch fixes the issue.
       Updated by Go MAEDA almost 3 years ago
      Updated by Go MAEDA almost 3 years ago
      
    
    - Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix as a part of #38099.
Actions