# HG changeset patch # User Kai T. Ohlhus # Date 1594190329 -32400 # Node ID 9d652d8ece7cbd75ab73e6ed9187512b8bf12499 # Parent 79ec9cb3c7f4292443b59aeb9e471f4a7203ed86 * bugs.md: Mention unimplemented functions and Octave Forge. diff -r 79ec9cb3c7f4 -r 9d652d8ece7c bugs.md --- a/bugs.md Wed Jul 08 15:38:27 2020 +0900 +++ b/bugs.md Wed Jul 08 15:38:49 2020 +0900 @@ -35,7 +35,23 @@

-3. **Make your bug report count** +3. **Missing function in Octave** + + - If the function is + [part of some Octave Forge package]({{ site.sourceforge_url }}/functions_by_alpha.php), + this is **not** a bug. + - If the function **exists in Matlab**, + but **not in core Octave** and **not in Octave Forge packages**, + that is a bug. + +

+ + It might take several months or years until for new features to become part + of Octave, consider + [commercial support]({{ "commercial-support.html" | relative_url }}) + if you don't want to wait that long). + +4. **Make your bug report count** - **Report all the facts:**
Include all information that make it possible to fix the bug.