Ask a Question related to Ruby, Design and Development.
-
Kurt V. Hindenburg #1
rexml warning regexp ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
O.K. I had enough of this warning.
/usr/lib/ruby/site_ruby/1.8/rexml/doctype.rb:196: warning: regexp has
`]' without escape
[url]http://www.ruby-talk.org/blade/84500[/url]
/lib/ruby/site_ruby/1.8/rexml/doctype.rb
Original:
source.match(/\s*]\s*>/um, true)
New:
source.match(/\s*\]\s*>/um, true)
The warning went away. I hope this is fixed in the next rexml
release. :-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/wF6q0cAvx3ELfKARAuluAJ9brOwmQzghPwUmRh29ApQ+KPY+4g CdGCZK
UvAz9r/knYKA3Zb+gzGjHZs=
=+1iY
-----END PGP SIGNATURE-----
Kurt V. Hindenburg Guest
-
rexml 2.5.8 warning
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Runing rexml 2.5.8 with Ruby 1.8.0, just with a 'require rexml/ document' gives this warning: ... -
rexml 2.5.8 warning<Pine.LNX.4.44.0310312146450.22140-100000@ool-4355dfae.dyn.optonline.net>
Hi -- On Sat, 1 Nov 2003, Kurt V. Hindenburg wrote: See thread starting at <http://www.ruby-talk.org/84500>. David -
Error in REXML
Can anyone confirm this? : $ ruby -v ruby 1.8.0 (2003-08-04) $ ruby -rrexml/document -e ""... -
regexp warning in String.split?
irb(main):001:0> 'a,b'.split(',') => irb(main):004:0> 'a => b'.split(' => ') (irb):4: warning: string pattern instead of regexp; metacharacters... -
soap4r 1.4.8.1 with REXML 2.7.1 - no REXML::VERSION_MAJOR
I grabbed the latest soap4r and had a go with the wsdl driver, only to come to an abrupt stop with the following ...



Reply With Quote

