[Rock-dev] [rock] #134: YAML parsing errors on newest ruby version (1.9.3) (autoproj, ...)

rock noreply at opendfki.de
Fri Mar 30 16:10:38 CEST 2012


#134: YAML parsing errors on newest ruby version (1.9.3) (autoproj, ...)
----------------------------+-----------------------------------
 Reporter:  sylvain.joyeux  |      Owner:  rock-dev-mailing-list
     Type:  defect          |     Status:  new
 Priority:  major           |  Milestone:
Component:  base            |   Keywords:
----------------------------+-----------------------------------
 Ruby 1.9.3 uses the new psych yaml parser by default, and the
 defaults.osdeps file in autoproj cannot be loaded by psych

 The workaround, until all files are fixed, is to reset the parser to sych
 in autoproj/init.rb:

 {{{
 require 'syck'
 YAML::ENGINE.yamler = 'syck'
 }}}

-- 
Ticket URL: <http://rock.opendfki.de/ticket/134>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list