Skip to content

Commit

Permalink
Fix #619
Browse files Browse the repository at this point in the history
Passes QA, diffed with BB
  • Loading branch information
abrudz committed Feb 28, 2024
1 parent 8c02adb commit 02f425a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StartupSession/Link/Utils.apln
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
}
RootOf{.##}
IsRoot{=.##} is namespace a root
SplitNs{0⎕NC'':(),'.', t1+d-'.' (d)(t)} '#.ns' 'name' ← SplitNs '#.ns.name' - ⍵ must be fully qualified - where will be empty for roots - ⍺ may be a namespace where ⍵ should be taken
SplitNs{(0⎕NC'')>/¨'#.' '⎕SE.' '⎕DMX.':(),'.', t1+d-'.' (d)(t)} '#.ns' 'name' ← SplitNs '#.ns.name' - ⍵ must be fully qualified - where will be empty for roots - ⍺ may be a namespace where ⍵ should be taken
JoinNames{mask¨ (mask/)@{mask}('.'JoinEach)} ⍺,¨'.',¨⍵, excepted when ⍺≡¨⍵ (e.g. DetermineAplName returns #.#)
IsParent{p.## p :1 =p:0 p } is ⍺ parent of ⍵

Expand Down
2 changes: 1 addition & 1 deletion StartupSession/Link/Version.aplf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionVersion
version'4.0.16'
version'4.0.17'

1 comment on commit 02f425a

@dyaandys
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v4.0.17 .. included with 19.0 Issue 2.

Please sign in to comment.