Ticket #59 (closed defect: fixed)

Opened 9 months ago

Last modified 7 months ago

MDStream methods should return chaining reference to the stream, not the input or output streams

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: normal Milestone: MiniD 2
Component: Stdlib Keywords:
Cc:

Description

Methods of io.Stream that forward to the underlying Input/OutputStream return the Input/OutputStream instead of the Stream. Foo.

Change History

04/27/08 16:00:37 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

(In [290]) Closes #59. Fixed a bug in the compiler to do with indexed varargs. Updated regexps to the new Tango lib. Fixed a backtrace issue.