octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.0.4 RC6


From: Tatsuro MATSUOKA
Subject: Re: 3.0.4 RC6
Date: Fri, 27 Mar 2009 17:19:36 +0900 (JST)

Hello Jaroslav and Benjamin

I have now arranged Benjamin's patch and now am testing on mingw and cygwin.

Please wait until the test will be done.

Regards

Tatsuro


--- Jaroslav Hajek  wrote:

> On Thu, Mar 26, 2009 at 7:34 AM, Jaroslav Hajek <address@hidden> wrote:
> > 2009/3/26 Tatsuro MATSUOKA <address@hidden>:
> >> Hello
> >>
> >> I have tested on mingw (GCC-4.3.3-dw2-TDM).
> >>
> >>> There is a failure in "controldemo" (option 3, then option 2, then
> >>> option 1) which is fixed by the attached patch.
> >> I have confirmed fix by Rob's patch for control demo
> >>
> >>> The bug exposed by "subplot(111); clf; plot([1 2],[3 4])" is gone.
> >> I have also confirmed and also exdiff.m
> >>
> >> d:\usr\Tatsu\mingwhome\octaves\octave-3.0.4RC6\src\ov-fcn-handle.cc PASS 
> >>  2/3  FAIL 1
> >> test_string.m .......................................... PASS 130/131 
> >> FAIL 1
> >>
> >> PASS  4124
> >> FAIL   2
> >>
> >>
> >> The problem of ov-fcn-handle.cc is not corrected
> >>>>>>> processing 
> >>>>>>> d:\usr\Tatsu\mingwhome\octaves\octave-3.0.4RC6\src\ov-fcn-handle.cc
> >> ***** test
> >> a = 2;
> >> f = @(x) a + x;
> >> g = @(x) 2 * x;
> >> h = @log2;
> >> f2 = f;
> >> g2 = g;
> >> h2 = h;
> >> nm = tmpnam();
> >> unwind_protect
> >>  save ("-text", nm, "f2", "g2", "h2");
> >>  clear f2 g2 h2
> >>  load (nm);
> >>  assert (f(2),f2(2));
> >>  assert (g(2),g2(2));
> >>  assert (g(3),g2(3));
> >>  unlink (nm);
> >>  save ("-text", nm, "f2", "g2", "h2");
> >> unwind_protect_cleanup
> >>  unlink (nm);
> >> end_unwind_protect
> >> !!!!! test failed
> >>
> >> Please see,
> >> http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-March/011319.html
> >>
> >> Hi Benjamin, can you prepare the patch for this problem against RC6?
> >>
> >
> > There's no need; the patch was directly applicable, just I obviously
> > missed it. Just CCing me does not help much, because I got the CC from
> > mailing list anyway and the message is sorted identically - I can only
> > notice that gmail may show "me" in the conversation header. Obviously,
> > bug tracker would do a much better job. I need to be more zealous
> > about it.
> >
> 
> OK, correction: It applies but does not work. So no RC7 yet; I'll be
> waiting for a patch.
> 
> cheers
> 
> 
> -- 
> RNDr. Jaroslav Hajek
> computing expert & GNU Octave developer
> Aeronautical Research and Test Institute (VZLU)
> Prague, Czech Republic
> url: www.highegg.matfyz.cz
> 


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]