Skip to content

Commit 841b102

Browse files
committed
LoadTatinDependencies swallowed important err msg under some circumstances
1 parent a0afd18 commit 841b102

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

APLSource/Admin/DeleteLinksInDocuments_APLFiles.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
⎕NDELETE targetFolder
3333
:EndIf
3434
:Else
35-
∘∘∘ ⍝ Not implemented (yet?!)
35+
∘∘∘ ⍝ Not implemented (yet?!) ⍝TODO⍝
3636
:EndIf
3737
:EndIf

APLSource/Cider/History.apla

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
(
2-
'* 0.40.1 ⋄ 2024-06-06'
2+
'* 0.40.1 ⋄ 2024-06-08'
33
' * NuGet-related test cases are now executed in their own, independent process'
44
' * Error messages for `Init` functions of a project improved'
5-
' * Bug fixes'
6-
' * Some bugs fixed in AddTatinDependencies '
5+
' * Bug fixes '
6+
' * `LoadDependencies` swallowed important err msg under some circumstances'
7+
' * Some bugs fixed in `AddTatinDependencies` '
78
' * ]UpdateCider did not check for a version-agnostic installation in case there is not version-specific one '
89
' * `]ListDependencies` asked which package folder to act on even if there was only one'
910
' * `]ListDependencies -full` did not say anything if there are no dependencies'

APLSource/Cider/LoadTatinDependencies.aplf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@
5252
:EndIf
5353
:EndIf
5454
:Else
55-
p qdmx.EM
55+
1 0 PrintToSession qdmx.EM
5656
r←FAILURE
5757
:EndIf
58+
:Else
59+
1 0 PrintToSession qdmx.EM
60+
r←FAILURE
5861
:EndIf
5962
:EndTrap
6063
:Else

APLSource/Cider/Version.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
r←Version
22
⍝ See also `History`
3-
r←'0.40.1-beta-10+671'
3+
r←'0.40.1-beta-11+671'

apl-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
assets: "html",
44
description: "A project manager for Dyalog APL that cooperates with Tatin",
55
documentation: "",
6+
exclude: "",
67
files: "cider.config.template",
78
group: "aplteam",
89
io: 1,
@@ -20,5 +21,5 @@
2021
tags: "project-management",
2122
tatin_version: "0.103.0",
2223
userCommandScript: "APLSource/Cider_UC.dyalog",
23-
version: "0.40.1+731",
24+
version: "0.40.1+732",
2425
}

0 commit comments

Comments
 (0)