Dyalog / DBuildTest

Repository for ]DBuild & ]DTest
MIT License
3 stars 1 forks source link

Fixes - mostly dealing with the "Assert" fn #13

Closed mbaas2 closed 1 year ago

mbaas2 commented 1 year ago

[540] look for "verbose" in current ns and parent [544] avoid INDEX ERROR (could happen when ⎕LC[2]=1 [770] do not copy "verbose" into ns (see 544) [1805] set type←3 if it was not explicitely set (=0)

bpbecker commented 1 year ago

We should probably look at how "verbose" might not wind up in the namespace that Assert uses. Is there a path through the XTest code that allows this?