Cross-reference the UNIX ⎕NA page and drop the duplicated stub - #1003
Open
abrudz wants to merge 3 commits into
Open
Cross-reference the UNIX ⎕NA page and drop the duplicated stub#1003abrudz wants to merge 3 commits into
abrudz wants to merge 3 commits into
Conversation
Point non-Windows readers of ⎕NA to the Dyalog for UNIX ⎕NA page from the introduction and from Locating the DLL, and replace the libc.a non-Windows stub (which duplicated that page) with a reference to it. Fixes Dyalog#923 and Dyalog#924.
dyaandys
reviewed
Aug 11, 2026
dyaandys
left a comment
Contributor
There was a problem hiding this comment.
Much better to say Linux, macOS and AIX. Those are the only non-Windows platforms we support, and it's good to avoid using Unix/UNIX as much as possible.
Otherwise ok
Refer to Linux, macOS and AIX rather than non-Windows platforms (UNIX, Linux and macOS), and retitle the subsection accordingly, as requested in the review of PR Dyalog#1003.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Point non-Windows readers of ⎕NA to the Dyalog for UNIX ⎕NA page from the introduction and from Locating the DLL, and replace the libc.a non-Windows stub (which duplicated that page) with a reference to it. Fixes #923 and #924.