Short projects: Difference between revisions

Jump to navigation Jump to search
55 bytes added ,  11 October 2019
(→‎Missing functions / feature requests: Add {{bug|56639}} - rescale)
Line 32: Line 32:
* {{bug|56639}} - rescale: new function to scale an array to match a given interval
* {{bug|56639}} - rescale: new function to scale an array to match a given interval
* {{bug|39439}}, {{bug|39434}} - Use non-empty identifiers in all warnings and errors issued by Octave
* {{bug|39439}}, {{bug|39434}} - Use non-empty identifiers in all warnings and errors issued by Octave
* {{bug|57041}}} - Missing matlab function: startsWith
** You may tackle as many or as few IDs as you have time for. As it is a widespread issue, finding occurrences in the source code should give you valuable knowledge about the way Octave files are organized.  When raising errors and warnings try to use the ids that are documented in the functions {{manual|warning_005fids|warning_ids}} and {{manual|error_005fids|error_ids}}.  If you really need a new id (please, first read the ones already there!), please add it to those functions as well.  If you see other ids used in core that are not given by the functions mentioned above, please, report or submit patch for them, in addition to the patch to the calling functions as well.  
** You may tackle as many or as few IDs as you have time for. As it is a widespread issue, finding occurrences in the source code should give you valuable knowledge about the way Octave files are organized.  When raising errors and warnings try to use the ids that are documented in the functions {{manual|warning_005fids|warning_ids}} and {{manual|error_005fids|error_ids}}.  If you really need a new id (please, first read the ones already there!), please add it to those functions as well.  If you see other ids used in core that are not given by the functions mentioned above, please, report or submit patch for them, in addition to the patch to the calling functions as well.  
* Lists of missing functions for [[:Category:Missing functions|several packages]].
* Lists of missing functions for [[:Category:Missing functions|several packages]].
Anonymous user

Navigation menu