Reviewing Octave Forge packages: Difference between revisions

→‎Checklist: edit checklist after doing this twice
(→‎Checklist: edit checklist after doing this twice)
Tags: Mobile edit Mobile web edit
Line 19: Line 19:


<pre>
<pre>
[ ] release candidate installed on latest stable Octave release
[ ] release candidate installs on latest stable Octave release
[ ] no compiler errors or serious warnings
[ ] no compiler errors or warnings
[ ] ran all tests using runtests (including tests in the src dir)
[ ] <code>pkg load foo</code> loads with errors or warnings
[ ] ran tests using <code>runtests /path/to/pkg</code>
[ ] ran all tests, including those in src (how??)
[ ] ran doctest on all functions (optional)
[ ] ran doctest on all functions (optional)
[ ] Above steps were run on Octave versions:
[ ] Above steps were run on Octave versions:
99

edits