Andy1978
Joined 12 years ago
no edit summary
No edit summary |
|||
Line 1: | Line 1: | ||
== ToDo == | == ToDo == | ||
=== Core === | === Core === | ||
* fix imread bug with opaque images, see https://savannah.gnu.org/bugs/?func=detailitem&item_id=36820 | * <strike>fix imread bug with opaque images, see https://savannah.gnu.org/bugs/?func=detailitem&item_id=36820</strike> Thanks Carne | ||
* remove removed but still referenced function in "seealso" blocks | * remove removed but still referenced function in "seealso" blocks | ||
* <strike>FFTW multithreaded https://savannah.gnu.org/patch/?7922</strike> | * <strike>FFTW multithreaded https://savannah.gnu.org/patch/?7922</strike> | ||
Line 36: | Line 35: | ||
== Tracking octave bugs with hg bisect== | == Tracking octave bugs with hg bisect== | ||
I had a strange problem when loading gzip compressed ascii files in octave. It failed dependent on the integer values. After some stripping I made a minimalistic test script (min_testcase_fails.m) which always fails in a current dev (88616c872933): | I had a [http://savannah.gnu.org/bugs/?39652 strange problem] when loading gzip compressed ascii files in octave. It failed dependent on the integer values. After some stripping I made a minimalistic test script (min_testcase_fails.m) which always fails in a current dev (88616c872933): | ||
fn="file2.txt" | fn="file2.txt" | ||
fid = fopen (fn,"w"); | fid = fopen (fn,"w"); | ||
Line 118: | Line 117: | ||
exit 0 | exit 0 | ||
After | After making it executable, let hg bisect use it | ||
~/src/octave-src$ hg bisect -c ../bisect-loadsave.sh | ~/src/octave-src$ hg bisect -c ../bisect-loadsave.sh | ||