[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
more import tests
From: |
John W. Eaton |
Subject: |
more import tests |
Date: |
Thu, 10 Aug 2017 09:19:51 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
I'm attaching a tar file with some more tests. Unpack it, cd to the
resulting import-test directory and run each of the s*.m scripts in a
separate matlab session. There is a doit.sh script that attempts to do
that.
The things I'm looking for are
* does import affect all function calls, or just the ones that follow
the import statement?
* is there a difference in behavior for command-style vs.
function-style calls to import?
* is there a difference when the import item is stored in a variable
instead of a literal string?
* what happens if the import statement is hidden inside an eval
statement?
* what happens if there is a user-defined import function in the load
path?
It would be nice to see the results for the latest version of Matlab.
jwe
import-test.tar.gz
Description: application/gzip
- more import tests,
John W. Eaton <=