Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 11 forks source link

Strange warning when renaming a function in the editor #620

Closed mkromberg closed 5 months ago

mkromberg commented 5 months ago

When a function is renamed in the editor, the following warning appears:

Link/OnFix: Failed to get source of fixed item (VALUE ERROR: Undefined name: LookupRef)

Version tested: 4.0.13

dyaandys commented 5 months ago

I got it when I hit EP in the editor having renamed my function. The error msg was fooLink/OnFix: Failed to get source of fixed item (VALUE ERROR: Undefined name: LookupRef)

note: no space between "foo" and "Link".

note that the newly renamed function is created.