broken tests
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <CAO+XyQ+jETCcRdfmty1geq40oi2GdkWXOsJVDkrAxcuS6KFU5A@mail.gmail.com> |
I think this broke some tests: See builds <http://buildbot.octave.org:8010/#/changes/4237> <[email protected]> memory.m: Use more Octave coding conventions.(8 hours ago) Author Rik <[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