Project

General

Profile

Actions

Bug #7760

closed

"-\n2000-01-02 03:04:05".to_yaml raise ArgumentError

Added by znz (Kazuhiro NISHIYAMA) about 11 years ago. Updated over 9 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.3p374 (2013-01-15 revision 38858) [x86_64-darwin12.2.0]
Backport:
[ruby-core:51772]

Description

1.9.3's psych raises ArgumentError.
2.0.0's psych doesn't.

% ruby -v -r yaml -e '"-\n2000-01-02 03:04:05".to_yaml'
ruby 1.9.3p374 (2013-01-15 revision 38858) [x86_64-darwin12.2.0]
/Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/scalar_scanner.rb:111:in utc': argument out of range (ArgumentError) from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/scalar_scanner.rb:111:in parse_time'
from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/scalar_scanner.rb:48:in tokenize' from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb:242:in visit_String'
from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb:103:in accept' from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb:67:in push'
from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych.rb:242:in dump' from /Users/kazu/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/psych/core_ext.rb:14:in psych_to_yaml'
from -e:1:in `'

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0