garb icon indicating copy to clipboard operation
garb copied to clipboard

Garb fails in Ruby 1.9.3 p392 because of REXML patch

Open killion opened this issue 13 years ago • 4 comments

Details of the patch to p392 are here...

http://www.ruby-lang.org/en/news/2013/02/22/rexml-dos-2013-02-22/

When garb .results is called now this error is the result...

uninitialized constant REXML::Text::Document

killion avatar Feb 26 '13 00:02 killion

Just add

require 'rexml/document'

at the beginning of the your source file

gwinn avatar Mar 12 '13 06:03 gwinn

@gwinn Thanks for the workaround! @vigetlabs @tpitale @reagent Any plans to fix on that?

jibiel avatar Apr 01 '13 11:04 jibiel

I haven't been contributing to Garb for some time, but the project was rewritten as Legato and is passing on 1.9.3: https://travis-ci.org/tpitale/legato

There is also a fork that may have fixed this https://github.com/Sija/garb

tpitale avatar Apr 29 '13 20:04 tpitale

@tpitale Thanks for reply

gwinn avatar Apr 29 '13 22:04 gwinn