Skip to content

Commit abbe3a1

Browse files
committed
Make polished
1 parent 4eba3cb commit abbe3a1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

APLSource/Admin/Make.aplf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
:EndSection
4141
⎕←'Using "MakeHelpers" version ',⎕SE.MakeHelpers.Version
4242
C←##.CiderConfig
43-
⎕←'' ⋄ 0 0⍴⍞,0/⍞←'Pause sync services like Dropbox, Google Drive etc. in order to avoid FILE ACCESS errors. Press <enter> to continue '
4443
:If ⎕NULL≡cfg←M.EditPackageConfigFile ##.TatinVars
4544
⎕←'Cancelled by user' ⋄ →0
4645
:EndIf

APLSource/Tester2.aplc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
4242

4343
∇ r←History
44-
:Access Public shared
44+
:Access Public shared
45+
⍝ * 4.3.0 ⋄ 2025-09-13
46+
⍝ * Packages updated
4547
⍝ * 4.2.0 ⋄ 2025-06-05
4648
⍝ * `Cleanup` (as well as group-specific `Cleanup` functions) may now return a (optional) boolean indicating success (1) or failure (0).\\
4749
⍝ (Up to version 4.2 a result, if any, was ignored.

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: "4.2.0+64",
22+
version: "4.3.0+66",
2323
}

0 commit comments

Comments
 (0)