Skip to content

Commit 02f425a

Browse files
author
Adám Brudzewsky
committed
Fix #619
Passes QA, diffed with BB
1 parent 8c02adb commit 02f425a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

StartupSession/Link/Utils.apln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
}
377377
RootOf←{⍵.##}⍣≡
378378
IsRoot←{⍵=⍵.##} ⍝ is namespace a root
379-
SplitNs←{0≠⎕NC'⍺':∇(⍕⍺),'.',⍵ ⋄ t←1+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
379+
SplitNs←{(0≠⎕NC'⍺')>∨/⊃⍤⍷∘⍵¨'#.' '⎕SE.' '⎕DMX.':∇(⍕⍺),'.',⍵ ⋄ t←1+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
380380
JoinNames←{mask←⍺≡¨⍵ ⋄ (mask/⍵)@{mask}⍺('.'JoinEach)⍵} ⍝ ⍺,¨'.',¨⍵, excepted when ⍺≡¨⍵ (e.g. DetermineAplName returns #.#)
381381
IsParent←{p←⍵.## ⋄ ⍺∊p ⍵:1 ⋄ ⍵=p:0 ⋄ ⍺∇p } ⍝ is ⍺ parent of ⍵
382382

StartupSession/Link/Version.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version←Version
2-
version←'4.0.16'
2+
version←'4.0.17'

0 commit comments

Comments
 (0)