APLUnit - a library to facilitate Unit Testing and Test Driven Development of code written in Dyalog APL, developed together with Morten Kromberg (CTO Dyalog Ltd)
7
stars
5
forks
source link
APLUnit crashes on Dyalog APL for Linux 64bit architecture #17
DOMAIN ERROR: Bad parameter specification: ⎕NA errored at * <0t - invalid type letter
is_dir[4] 'gfa'⎕NA'I kernel32|GetFileAttributes* <0t'
∧
When executing the UT.dyalog regression tests, the tests fail on execution of tests
from a directory.
Namely this test
UTres←#.UT.run'./Pages/'
Z,←⍬≡UTres
The reason is that the Linux/Windows branching does not take into account that the Version name would be different for the 64bit architecture.
DOMAIN ERROR: Bad parameter specification: ⎕NA errored at * <0t - invalid type letter is_dir[4] 'gfa'⎕NA'I kernel32|GetFileAttributes* <0t' ∧
When executing the UT.dyalog regression tests, the tests fail on execution of tests from a directory. Namely this test
UTres←#.UT.run'./Pages/' Z,←⍬≡UTres
The reason is that the Linux/Windows branching does not take into account that the Version name would be different for the 64bit architecture.