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

If link/StartupSession/Link/GhostRider is not needed, please remove from 3.1 and master #538

Closed dyaandys closed 1 year ago

dyaandys commented 1 year ago

Cuirrently (2023-05-30) non-Windows installation images include link/StartupSession/Link/GhostRider which is an empty directory.

If it's not needed then we should remove it here. Otherwise I can suppress in the installation images.

mkromberg commented 1 year ago

GhostRider is used by the QA, which we intend to remove from distribution with Link 4.0.

mkromberg commented 1 year ago

In Link 4.0, the test code has moved up and sideways to a separate folder "Test", which will not be included in the installation. A single function ⎕SE.Link.RunTests ' will imports the Test folder to #.Test and run the tests.

mkromberg commented 1 year ago

Fixed by commit bc1b7b080bbb2d4fb117b3bbc2372bcb61879e07