Skip to content

Commit f33ce70

Browse files
committed
Dependencies updated for 20.0-readyness
1 parent ed0f634 commit f33ce70

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

APLSource/Admin/Make.aplf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Make flag;M;C;path;zipFilename;res;version;cfg;parms;F
22
⍝ "Make" a new version of this project
33
:If flag
4+
:If 0=⎕SE.⎕NC'MakeHelpers'
5+
{}⎕SE.Tatin.LoadPackages'[tatin]MakeHelpers'⎕SE
6+
:EndIf
47
M←⎕SE.MakeHelpers
58
C←##.CiderConfig ⋄ F←M.##.FilesAndDirs
69
path←C.HOME,'/',C.CIDER.distributionFolder

APLSource/Tester2.aplc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121

2222
∇ r←Version
2323
:Access Public shared
24-
r←'Tester2' '3.9.1' '2024-10-03'
24+
r←'Tester2' '3.10.0' '2024-11-30'
2525
2626

2727
∇ r←History
2828
:Access Public shared
29+
⍝ * 3.10.0 ⋄ 2024-11-30
30+
⍝ * Dependencies updated in order to make Tester2 ready for 20.0 (IniFiles)
2931
⍝ * 3.9.1 ⋄ 2024-10-03
3032
⍝ * Comment added according to issue #25
3133
⍝ * Bug fix: the new '?'-syntax did not work when 3 (for "Cleanup") was selected

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
source: "APLSource/Tester2.aplc",
2020
tags: "test,test-framework",
2121
userCommandScript: "",
22-
version: "3.9.1+44",
22+
version: "3.9.1+45",
2323
}

packages/apl-buildlist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
packageID: [
3-
"aplteam-IniFiles-5.0.3",
4-
"aplteam-CommTools-1.8.1",
3+
"aplteam-IniFiles-5.1.0",
4+
"aplteam-CommTools-1.8.2",
55
"aplteam-APLTreeUtils2-1.4.0",
66
],
77
principal: [

packages/apl-dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aplteam-APLTreeUtils2-1.4.0
2-
aplteam-IniFiles-5.0.3
3-
aplteam-CommTools-1.8.1
2+
aplteam-IniFiles-5.1.0
3+
aplteam-CommTools-1.8.2

packages_dev/apl-buildlist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
packageID: [
33
"aplteam-FilesAndDirs-5.8.1",
4-
"aplteam-CommTools-1.8.1",
4+
"aplteam-CommTools-1.8.2",
55
"aplteam-CodeCoverage-0.10.7",
66
"aplteam-APLTreeUtils2-1.4.0",
77
"aplteam-OS-3.1.1",

packages_dev/apl-dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aplteam-APLTreeUtils2-1.4.0
22
aplteam-FilesAndDirs-5.8.1
33
aplteam-CodeCoverage-0.10.7
4-
aplteam-CommTools-1.8.1
4+
aplteam-CommTools-1.8.2

0 commit comments

Comments
 (0)