Closed samcunliffe closed 1 year ago
We can't run our CI on MacOS ARM images ... yet (https://github.com/actions/runner-images/issues/2187).
🤦 this duplicates #129.
We can't run our CI on MacOS ARM images ... yet
I use Cirrus for running CI on apple silicon
Possibly related to #191. Probably related to #211. Superficially fixed by PR #254.
Bug investigation:
I noticed on (and only on?) my M2 Mac that all of the system tests fail. Unzipping the contents of
arc_01.zip
and running interactively (with a lot of debug printout), I get:Investigation:
matlabio.cpp::string_in
function correctly reads in an emptychar *
this is propagated to theIndependentObjectsFromInfile
constructor.std::string
andchar*
. And since the design is that a non-empty 'tdfdir' means "write out the field", tdms tries to write out a field to the root of my file system (/
).