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

]link.create HttpCommand fails if DYALOGCODEPATH is not set #577

Closed mkromberg closed 10 months ago

mkromberg commented 10 months ago

In version 4.0.10 (revealed by test_shortargs QA under Dyalog 18.2):

⎕SE.Link.Create: Cannot link a non-existent namespace to a non-existent directory: ⎕SE.LinkTest.HttpCommand ←→ HttpCommand test_shortargs[14] z←⎕SE.Link.Create'HttpCommand' ∧

mkromberg commented 10 months ago

Fixed in https://github.com/Dyalog/link/commit/c4d59593216b6f96ec21b5a1ba6f150c4c4a8e2c.