the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

SYNTAX ERROR: UT.nt on write #195

Closed norberturkiewicz closed 4 years ago

norberturkiewicz commented 5 years ago

SYNTAX ERROR nt[1] ∪⍵{⊃∇/⍺.(⍺{(0,⍵)/⍨0,(⍺≠⍵)∧⍺=⍵.##}⍎⍕'⍺',⌽↓⎕NL 9.1),⊂⍵,⍺}⍬ ∧

PhilLast commented 5 years ago

Can you give more details as to where this was called. It returns a list of all the namespaces in the tree below its argument and I haven't known it to go wrong so long as the argument is one.

PhilLast commented 5 years ago

The editor callback and the user-cmds/api-fns:

all call UT.nt or another function that does.

Until I can isolate which call is the culprit I can't do anything to avoid the problem's re-occurring.

norberturkiewicz commented 5 years ago

I can’t reproduce the issue but it was every time I hit escape on an edit Window. Once I restarted the session the problem went away.

PhilLast commented 4 years ago

Closing this awaiting a repro