Re: Bug 1318

From: "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>
Date: 2004-04-23 13:03:43 UTC
List: ruby-core #2807
Hello.

ts <decoux@moulon.inra.fr> wrote:
(2004/04/23 21:04)

> Not really sure, but seems a problem with REXML.

I'm not sure too, but components of rexml are changed in 2004-02-14, and
this error appers that day.

//////////////////////////////////////////////////////////////////////////////

E:\ruby-cvs\test>ruby -v
ruby 1.9.0 (2004-02-13) [i386-bccwin32]

E:\ruby-cvs\test>.\ruby.exe runruby.rb -- -C "s:/test" t.rb
Loaded suite t
Started
.
Finished in 0.061 seconds.

1 tests, 0 assertions, 0 failures, 0 errors


//////////////////////////////////////////////////////////////////////////////

E:\ruby-cvs\test>ruby -v
ruby 1.9.0 (2004-02-14) [i386-bccwin32]

E:\ruby-cvs\test>.\ruby.exe runruby.rb -- -C "s:/test" t.rb
Loaded suite t
Started
E
Finished in 0.06 seconds.

E:/ruby-cvs/test/lib/rexml/source.rb:189:in `pos': closed stream (IOError)
        from E:/ruby-cvs/test/lib/rexml/source.rb:189:in `current_line'
        from E:/ruby-cvs/test/lib/rexml/parseexception.rb:42:in `line'
        from E:/ruby-cvs/test/lib/rexml/parseexception.rb:28:in `to_s'
        from E:/ruby-cvs/test/lib/test/unit/error.rb:36:in `message'
        from E:/ruby-cvs/test/lib/test/unit/error.rb:36:in `message'
        from E:/ruby-cvs/test/lib/test/unit/error.rb:47:in `long_display'
        from E:/ruby-cvs/test/lib/test/unit/ui/console/testrunner.rb:86:in `fini
shed'
        from E:/ruby-cvs/test/lib/test/unit/ui/console/testrunner.rb:84:in `each
_with_index'
         ... 12 levels...
        from E:/ruby-cvs/test/lib/test/unit/autorunner.rb:185:in `run'
        from E:/ruby-cvs/test/lib/test/unit/autorunner.rb:13:in `run'
        from E:/ruby-cvs/test/lib/test/unit.rb:275
        from E:/ruby-cvs/test/lib/test/unit.rb:275

//////////////////////////////////////////////////////

U test/ChangeLog
U test/MANIFEST
U test/mkconfig.rb
U test/re.c
U test/version.h
U test/bcc32/Makefile.sub
U test/lib/cgi.rb
U test/lib/find.rb
U test/lib/ftools.rb
U test/lib/mkmf.rb
U test/lib/un.rb
U test/lib/drb/drb.rb
U test/lib/rexml/doctype.rb
U test/lib/rexml/element.rb
U test/lib/rexml/node.rb
U test/lib/rexml/rexml.rb
U test/lib/rexml/source.rb
U test/lib/rexml/text.rb
U test/lib/rexml/xpath_parser.rb
U test/lib/rexml/dtd/entitydecl.rb
U test/lib/rexml/dtd/notationdecl.rb
U test/lib/rexml/encodings/ISO-8859-1.rb
U test/lib/rexml/encodings/US-ASCII.rb
U test/lib/rexml/parsers/baseparser.rb
U test/lib/rexml/parsers/sax2parser.rb
U test/misc/ruby-mode.el
U test/sample/drb/README.rd
U test/sample/drb/README.rd.ja
U test/sample/drb/darray.rb
U test/sample/drb/darrayc.rb
U test/sample/drb/dbiff.rb
U test/sample/drb/dcdbiff.rb
U test/sample/drb/dchatc.rb
U test/sample/drb/dchats.rb
U test/sample/drb/dhasen.rb
U test/sample/drb/dhasenc.rb
U test/sample/drb/dlogc.rb
U test/sample/drb/dlogd.rb
U test/sample/drb/dqin.rb
U test/sample/drb/dqlib.rb
U test/sample/drb/dqout.rb
U test/sample/drb/dqueue.rb
U test/sample/drb/drbc.rb
U test/sample/drb/drbch.rb
U test/sample/drb/drbm.rb
U test/sample/drb/drbmc.rb
U test/sample/drb/drbs-acl.rb
U test/sample/drb/drbs.rb
U test/sample/drb/drbssl_c.rb
U test/sample/drb/drbssl_s.rb
U test/sample/drb/extserv_test.rb
U test/sample/drb/gw_ct.rb
U test/sample/drb/gw_cu.rb
U test/sample/drb/gw_s.rb
U test/sample/drb/holderc.rb
U test/sample/drb/holders.rb
U test/sample/drb/http0.rb
U test/sample/drb/http0serv.rb
U test/sample/drb/name.rb
U test/sample/drb/namec.rb
U test/sample/drb/old_tuplespace.rb
U test/sample/drb/rinda_ts.rb
U test/sample/drb/rindac.rb
U test/sample/drb/rindas.rb
U test/sample/drb/ring_echo.rb
U test/sample/drb/ring_inspect.rb
U test/sample/drb/ring_place.rb
U test/sample/drb/simpletuple.rb
U test/sample/drb/speedc.rb
U test/sample/drb/speeds.rb
U test/win32/Makefile.sub
U test/wince/Makefile.sub




In This Thread