Skip to content

Commit 30e7296

Browse files
committed
Fix final issues mentioned in issue #703
1 parent 99996a7 commit 30e7296

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/API/Link.Trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ message ← ⎕SE.Link.Trace name [lines]
99

1010
!!! ucmdhelp "Show User Command information in the session with `]LINK.Trace -?`"
1111

12-
This function allows you to set stops on selected lines of a function or operator. It will also store the setting in the `.linkconfig` file for the directory, so that the trace settings will be re-applied the next time the directory is linked, as would be the case if they were set using the editor.
12+
This function allows you to set trace bits on selected lines of a function or operator. It will also store the setting in the `.linkconfig` file for the directory, so that the trace settings will be re-applied the next time the directory is linked, as would be the case if they were set using the editor.
1313

1414
## Arguments
1515
- `name` is the name of an existing function or operator.

docs/Discussion/History.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Link 4.0 was the companion release to Dyalog version 19.0 in 2024. The most impo
6060
* The ability to store multi-line character data in plain text files
6161
* Support for linking a single source file defining a namespace or class
6262

63-
More details regarding the new features of Link 4.0 can be found in the [Release Notes](../ReleaseNotes40.md).
64-
6563
Link 4.0 is upwards compatible with Link 3.0, and can also be used with Dyalog version 18.2.
6664

6765
### Link 4.1 (Dyalog version 20.0, 2025)

docs/Discussion/TechDetails.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Note that *unnamed* namespaces are **NOT** supported, either as endpoints of a L
2323
2424
```
2525

26+
!!! Note
27+
If you use assignment (rather than the editor) to turn an operator into a function, the file
28+
extension will not be changed. You will need to rename the file by hand for consistency.
29+
2630
**Unsupported:** In addition to unnamed namespaces, Link has no support for name classes 2.2 (field), 2.3 (property), 2.6 (external/shared variable), 3.3 (primitive or derived function or train), 4.3 (primitive or derived operator), 3.6 (external function) 9.2 (instance), 9.6 (external class) and 9.7 (external interface). These can be listed with `]names 2.2 2.3 2.6 3.3 4.3 3.6 9.2 9.6 9.7` and listed for the namespace `myns` with `]names myns 2.2 2.3 2.6 3.3 4.3 3.6 9.2 9.6 9.7`.
2731

2832
## Other Limitations

0 commit comments

Comments
 (0)