Reviewing Octave Forge packages: Difference between revisions

(→‎Checklist: some checklist items about repos)
Tags: Mobile edit Mobile web edit
Line 19: Line 19:


<pre>
<pre>
== Repository ==
[ ] maintainer has specified a corresponding revision commit/changeset
[ ] checkout code from Sourceforge, commit/changeset is present
== Compile and Install ==
[ ] release candidate installs on latest stable Octave release
[ ] release candidate installs on latest stable Octave release
[ ] no compiler errors or warnings
[ ] no compiler errors or warnings
[ ] <code>pkg load foo</code> loads with errors or warnings
[ ] ran tests using <code>runtests /path/to/pkg</code>
[ ] ran tests using <code>runtests /path/to/pkg</code>
[ ] ran all tests, including those in src (how??)
[ ] ran all tests, including those in src (how??)
[ ] ran doctest on all functions (optional)
[ ] ran doctest on all functions (optional)
[ ] ran generate_package_html (if Makefile present try <code> make html </code>)
[ ] no makeinfo errors and warnings during HTML build
[ ] unpacked and spot-checked the generated HTML documentation
== Interaction with pkg ==
[ ] <code>pkg load foo</code> runs with errors or warnings
[ ] <code>pkg unload foo</code> runs with errors or warnings
[ ] <code>pkg uninstall foo</code> runs with errors or warnings
[ ] Above steps were run on Octave and OS versions:
[ ] Above steps were run on Octave and OS versions:
     *  ________
     *  ________
     *  ________
     *  ________
== Package files ==
[ ] tested with minimum Octave version list in DESCRIPTION
[ ] tested with minimum Octave version list in DESCRIPTION
[ ] reasonable dependencies listed in DESCRIPTION
[ ] reasonable dependencies listed in DESCRIPTION
[ ] ran generate_package_html
[ ] no makeinfo errors and warnings during HTML build
[ ] unpacked and spot-checked the generated HTML documentation
[ ] NEWS file makes sense, version and date match
[ ] NEWS file makes sense, version and date match
[ ] All functions are listed in INDEX
[ ] All functions are listed in INDEX
[ ] maintainer has specied a corresponding revision commit/changeset
[ ] checkout code from Sourceforge, commit/changeset is present
</pre>
</pre>


657

edits