With no workspace loaded I get a value error:
Dyalog APL/S-64 Version 17.0.34137
Unicode Edition
Thu Dec 27 17:15:21 2018
Rebuilding user command cache... done
]defs
* Command Execution Failed: VALUE ERROR
Earlier installation v. 16 works still fine:
Dyalog APL/S-64 Version 16.0.32236
Unicode Edition
Thu Dec 27 17:15:59 2018
Rebuilding user command cache... done
]defs
Am I missing something?
]defs not working in Dyalog v.17
-
- Posts: 439
- Joined: Wed Oct 01, 2008 9:39 am
Re: ]defs not working in Dyalog v.17
Hi Miika,
Sorry about that. This is issue 15591 in our systems and we will look into why this is not working.
]defs uses an internal namespace, but it is not creating this namespace.
]box also uses this namespace but does know how to create it.
So, ]defs will work if you first do this to create the namespace.
]box
Regards,
Vince
Sorry about that. This is issue 15591 in our systems and we will look into why this is not working.
]defs uses an internal namespace, but it is not creating this namespace.
]box also uses this namespace but does know how to create it.
So, ]defs will work if you first do this to create the namespace.
]box
Regards,
Vince