octave-maintainers
[Top][All Lists]
Advanced

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

Re: Success of 2015 Code Sprint


From: Andreas Weber
Subject: Re: Success of 2015 Code Sprint
Date: Sat, 19 Dec 2015 20:06:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0

Am 15.12.2015 um 21:11 schrieb Rik:
> We had a very successful code sprint last Saturday.  Thanks to everyone
> involved we managed to tackle and complete 5 of 6 topics.  Should we make
> this a more regular thing, maybe semi-annual instead of just annual? 

Hi Rik. First thank you for the great preparation (for example the wiki
pages). I think we should make a Code Spint more often, 2 or 4 a year.
Perhaps we could also make a list with easy clean-up tasks which can be
done without a CodeSprint?

For example removing the

bool success = true;
...
{
  error (..)
  success = false;
}
...
return success;

constructs.

Or is there a reason to keep these?

They appear in
octave-value/ov-flt-cx-mat.cc:368:
octave-value/ov-flt-cx-mat.cc:374:
octave-value/ov-flt-cx-mat.cc:380:
octave-value/ov-flt-cx-mat.cc:399:
octave-value/ov-flt-cx-mat.cc:410:
octave-value/ov-flt-cx-mat.cc:419:
octave-value/ov-base-sparse.cc:460:
octave-value/ov-base-sparse.cc:468:
octave-value/ov-base-int.cc:226:
octave-value/ov-base-int.cc:234:
octave-value/ov-base-diag.cc:514:
octave-value/ov-base-diag.cc:532:
octave-value/ov-flt-re-mat.cc:395:
octave-value/ov-flt-re-mat.cc:401:
octave-value/ov-flt-re-mat.cc:407:
octave-value/ov-flt-re-mat.cc:426:
octave-value/ov-flt-re-mat.cc:437:
octave-value/ov-flt-re-mat.cc:446:
octave-value/ov-cx-mat.cc:394:
octave-value/ov-cx-mat.cc:400:
octave-value/ov-cx-mat.cc:406:
octave-value/ov-cx-mat.cc:425:
octave-value/ov-cx-mat.cc:436:
octave-value/ov-cx-mat.cc:445:
octave-value/ov-str-mat.cc:375:
octave-value/ov-str-mat.cc:384:
octave-value/ov-str-mat.cc:390:
octave-value/ov-str-mat.cc:417:
octave-value/ov-str-mat.cc:444:
octave-value/ov-str-mat.cc:480:
octave-value/ov-perm.cc:297:
octave-value/ov-perm.cc:312:
octave-value/ov-bool-mat.cc:262:
octave-value/ov-bool-mat.cc:269:
octave-value/ov-bool-mat.cc:275:
octave-value/ov-bool-mat.cc:301:
octave-value/ov-bool-mat.cc:312:
octave-value/ov-bool-mat.cc:321:
octave-value/ov-re-mat.cc:497:
octave-value/ov-re-mat.cc:503:
octave-value/ov-re-mat.cc:509:
octave-value/ov-re-mat.cc:528:
octave-value/ov-re-mat.cc:539:
octave-value/ov-re-mat.cc:548:
octave-value/ov-fcn-handle.cc:283:
octave-value/ov-fcn-handle.cc:313:
octave-value/ov-fcn-handle.cc:336:
octave-value/ov-fcn-handle.cc:346:
octave-value/ov-fcn-handle.cc:1158:
octave-value/ov-fcn-handle.cc:1169:
octave-value/ov-struct.cc:759:
octave-value/ov-struct.cc:770:
octave-value/ov-struct.cc:881:
octave-value/ov-struct.cc:1407:
octave-value/ov-struct.cc:1418:
octave-value/ov-struct.cc:1491:



reply via email to

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