Andy1978

Joined 8 January 2013
1 byte removed ,  2 August 2013
Line 36: Line 36:


== 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 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");
219

edits