Bugfixes related to Getting started - #263
Conversation
068b875 to
fc34c95
Compare
|
So far this passes aatest_ds000114_fmri for me. I tested this on my local machine (OS X 10.14 and R2018b). I'm still getting up to speed on CI. It's currently using a virtual Linux machine, yes? Will we eventually want to add virtual Windows and Macs? |
|
It is possible to run CI on Windows and MacOS: |
Yes, we do want to add Macs and some Windows. Some notes on that, probably better to discuss that in #272 |
That will be part of the Windows-compatibility changes. For this set, it is only about changes for Getting Started on Linux. |
Fixes bug, the strtok gives unexpected results when the path contains a dot somewhere, which is a valid character in a directory name
fc34c95 to
e0a07be
Compare
Fixes for various bugs found during Getting started.
Closes #257
Closes #258
Closes #259
Closes #260
Partially solves #261