Skip to content

Commit 22e1ecd

Browse files
committed
Cider is now an ordinary namespace rather than a class
1 parent b486e56 commit 22e1ecd

File tree

171 files changed

+4586
-1678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+4586
-1678
lines changed

APLSource/Admin/Make.aplf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
parms←⎕SE.Tatin.CreateBuildParms C.HOME
1212
parms.targetPath←path
1313
parms.version←version
14+
M.CreateAPI #.Cider.Cider ##.Cider.Public cfg.api
1415
zipFilename←⎕SE.Tatin.BuildPackage parms
1516
⎕←'*** New version build successfully:',M.CR,' ',zipFilename
1617
:If 0<≢cfg.userCommandScript

APLSource/Cider/API/AddAlias.aplf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AddAlias←{1:shy←##.AddAlias ⍵}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CloseProject←{⍺←⊢ ⋄ ⍺ ##.CloseProject ⍵}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CreateOpenParms←{##.CreateOpenParms ⍵}

APLSource/Cider/API/DropAlias.aplf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DropAlias←{1:shy←##.DropAlias ⍵}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
r←GetAliasFileContent
2+
r←##.GetAliasFileContent
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
filename←GetCiderAliasFilename
2+
filename←##.GetCiderAliasFilename
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
r←GetCiderGlobalConfigFileContent
2+
r←##.GetCiderGlobalConfigFileContent
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
filename←GetCiderGlobalConfigFilename
2+
filename←##.GetCiderGlobalConfigFilename
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
folder←GetCiderGlobalConfigHomeFolder
2+
folder←##.GetCiderGlobalConfigHomeFolder

0 commit comments

Comments
 (0)