Re: broken tests
Rik <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <MTAwMDAyNC5ub21hZA.1600399631@quikprotect> |
On 09/17/2020 08:04 PM, Dmitri A. Sergatskov wrote: > I think this broke some tests: Yes, small typo. Fixed here http://hg.savannah.gnu.org/hgweb/octave/rev/7a2d9bd500cb. --Rik > > See builds <http://buildbot.octave.org:8010/#/changes/4237> > <mailto:[email protected]> > memory.m: Use more Octave coding conventions.(8 hours ago) > Author Rik <[email protected] <mailto:[email protected]>> > Date September 17, 2020 2:46 PM (8 hours ago) > Repository https://hg.savannah.gnu.org/hgweb/octave > Branch default > Revision c1a110df224eb2ed3961cd8591a6b86b09b2858d > Properties > > > Comment > > memory.m: Use more Octave coding conventions. > > * memory.m: Use double quotes rather than single for strings. > Use rows() instead of size(...,1) for readability. Add BIST > tests for input validation. > > > Changed files > > * scripts/miscellaneous/memory.m >