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 12 forks source link

Link.Create fails when file owner is an empty string #674

Open e9gille opened 2 months ago

e9gille commented 2 months ago

In an unusual scenario, starting a docker container within a GItHub runner, the owner of the files that are accessed is a user not defined within the current docker container. When using 5 ⎕NINFO file it returns an empty string. Link tries to set the attributes of the function and fails with a length error. See: https://github.com/Dyalog/link/blob/9f6ab1ddf411cd1517ad50ef566baa51f0297fe1/StartupSession/Link/Utils.apln#L834