Project

General

Profile

This project is closed and read-only.

Actions

Backport #1897

closed

Marshal.dump fails in case of the non ascii class name

Backport #1897: Marshal.dump fails in case of the non ascii class name

Added by phasis68 (Heesob Park) about 17 years ago. Updated over 15 years ago.

Status:
Closed
[ruby-core:24790]

Description

=begin
Marshal.dump results undefined class/module error in case of the non ascii class name

irb(main):001:0> class Résumé
irb(main):002:1> end
=> nil
irb(main):003:0> a = Résumé.new
=> #<Résumé:0x8ba75d8>
irb(main):004:0> Marshal.dump(a)
ArgumentError: undefined class/module Résumé
from (irb):4:in dump' from (irb):4 from /usr/local/bin/irb:12:in

'
=end

Updated by nobu (Nobuyoshi Nakada) about 17 years ago Actions #1

  • Status changed from Open to Closed

=begin
Applied in changeset r24443.
=end

Updated by nobu (Nobuyoshi Nakada) about 17 years ago Actions #2

  • Status changed from Closed to Assigned
  • Assignee set to yugui (Yuki Sonoda)

=begin

=end

Updated by phasis68 (Heesob Park) about 17 years ago Actions #3

=begin
Did you checked it?
I still see this error in ruby 1.9.2dev (2009-08-09 trunk 24482) [i686-linux].

=end

Updated by nobu (Nobuyoshi Nakada) about 17 years ago Actions #4

  • Assignee changed from yugui (Yuki Sonoda) to nobu (Nobuyoshi Nakada)

=begin

=end

Updated by nobu (Nobuyoshi Nakada) about 17 years ago Actions #5

  • Status changed from Assigned to Closed

=begin
Applied in changeset r24488:24489
=end

Updated by nobu (Nobuyoshi Nakada) about 17 years ago Actions #6

  • Status changed from Closed to Assigned
  • Assignee changed from nobu (Nobuyoshi Nakada) to yugui (Yuki Sonoda)

=begin

=end

Updated by nobu (Nobuyoshi Nakada) about 17 years ago Actions #7

  • Category set to core

=begin

=end

Updated by yugui (Yuki Sonoda) almost 17 years ago Actions #8

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r25474.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: PDF Atom