[#11073] segfault printing instruction sequence for iterator — <noreply@...>

Bugs item #10527, was opened at 2007-05-02 14:42

14 messages 2007/05/02
[#11142] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Nobuyoshi Nakada <nobu@...> 2007/05/10

Hi,

[#11188] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Paul Brannan <pbrannan@...> 2007/05/16

On Thu, May 10, 2007 at 04:51:18PM +0900, Nobuyoshi Nakada wrote:

[#11234] Planning to release 1.8.6 errata — Urabe Shyouhei <shyouhei@...>

Hi all.

17 messages 2007/05/25

[ ruby-Bugs-6819 ] YAML loses data

From: <noreply@...>
Date: 2007-05-29 17:42:44 UTC
List: ruby-core #11306
Bugs item #6819, was opened at 2006-11-21 22:19
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=6819&group_id=426

>Category: DB / File Formats
Group: 1.8.5
Status: Open
Resolution: None
Priority: 3
Submitted By: Brendan Inglese (escii)
Assigned to: Nobody (None)
Summary: YAML loses data

Initial Comment:
I have come accross a bug in 1.8.5 ( and some fellow hackers in freenode/#ruby-lang replicated the same problem on 1.8.5 ) when serializing 
data with YAML, If there is a lone newline char, it will be removed in 
the process of dumping and loading. Here is a example of it in action:

>> YAML::load(YAML::dump({:bug => "\n"}))
=> {:bug=>""}

Hopefully the ruby-core team is able to replicate this problem and
resolve it.

Regards, Brendan Inglese.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=6819&group_id=426

In This Thread

Prev Next