link icon indicating copy to clipboard operation
link copied to clipboard

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code

Results 124 link issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Link protests overwriting an existing item if the (sub-)nameclass is changed compared to the existing value. This can e.g. happen if editing dfn, giving it the same...

bug
MID

``` mike alias --update-aliases --push 4.0 latest ```

documentation

Link may provide a warning: ``` ⎕SE.Link.Create: .NET or .NetCore not available - watch defaults to 'ns' ``` Should refer just to .NET

bug
low

myns.⎕LX←'lx' ]link.export myns.⎕LX c:\tmp\myns ERRORS ENCOUNTERED: ⎕SE.Link.Export: Not a properly named namespace: #.myns.⎕LX It should be possible to explicitly export any system variable, even if it does not have namespace...

bug
low

Linux example using 64 Unicode, 19.0 Issue 2. DYALOG_INITSESSION=1 SESSION_FILE= DYALOGLINK=dasfsfdsf /opt/mdyalog/19.0/64/unicode/mapl [APL starts] .. Thu Mar 7 19:37:38 2024 Cannot read DYALOGLINK ("dasfsfdsf"). Press Enter. But nothing happens when...

bug

``` ]link.create # c:\tmp\aplabug Linked: # ←→ c:\tmp\aplabug [directory was created] (⊂'aaa' 'bbb' 'ccc')⎕NPUT'c:\tmp\aplabug\list.apla' Link Warning: ⎕SE.Link.Notify: created c:/tmp/aplabug/list.apla: creating #.aaa - failed to fix file Link Warning: ⎕SE.Link.Notify: changed...

bug
low

On macOS I created foo, Foo and FOO, and then tried ]link.Create # ERRORS ENCOUNTERED: ⎕SE.Link.Create: File name case clash - try using caseCode←1: #.FOO #.Foo #.FOO #.foo 1. Why...

bug
low

If you try to create a link from a namespace that requires case coding, the error message presumes you want to pass an option namespace; the error message is not...

bug
low

Dyalog 19.0.48508 64-bit Unicode, BuildID 4887db0f OS Windows 10 or Windows Server 2016 (10.0.19045) 64-bit Link 4.0.13 SALT 2.915 If I have installed Dyalog 19.0 development version, I can run...

documentation
low