savonrb / wasabi

A simple WSDL parser
MIT License
90 stars 84 forks source link

Ruby warning - unused variable #62

Closed weshatheleopard closed 4 years ago

weshatheleopard commented 8 years ago

wasabi/parser.rb:120: warning: assigned but unused variable - root_elements

ioquatix commented 7 years ago
wasabi-3.5.0/lib/wasabi/parser.rb:308: warning: instance variable @sections not initialized
wasabi-3.5.0/lib/wasabi/parser.rb:89:in `parse_url': warning: URI.unescape is obsolete
wasabi-3.5.0/lib/wasabi/parser.rb:90:in `parse_url': warning: URI.escape is obsolete

A few more.

olleolleolle commented 4 years ago

These have been repaired, thanks for reporting them!

See #76 and #85 for details. Thanks @chaymaeBZ !

olleolleolle commented 4 years ago

Oh, thanks, again for noting an uninitialized instance variable - I think something is being worked on, and perhaps we'll have a fix real soon.