Gianfrancoalongi / APLUnit

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

Need to localize []IO and []ML #16

Open norberturkiewicz opened 10 years ago

norberturkiewicz commented 10 years ago

There are indexing problems when []IO is 0.

Gianfrancoalongi commented 10 years ago

Thank you for reporting this issue. It will be dealt with.

Gianfrancoalongi commented 10 years ago

A Quick try to produce a problem by means of running all the regression tests with ⎕IO←1 and ⎕IO←0 does not produce a failing test for me.

Could you be so kind and tell me how you experienced this problem, so that I can add such a test?