Skip to content

Commit 154f0e8

Browse files
committed
Make
1 parent 841b102 commit 154f0e8

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

APLSource/Cider/History.apla

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(
2-
'* 0.40.1 ⋄ 2024-06-08'
2+
'* 0.40.1 ⋄ 2024-06-18'
33
' * NuGet-related test cases are now executed in their own, independent process'
44
' * Error messages for `Init` functions of a project improved'
55
' * Bug fixes '
@@ -11,7 +11,8 @@
1111
' * The documentation claimed that a project initalisation function can be dyadic, but the code only accepted'
1212
' niladic, monadic and ambivalent functions.'
1313
' * The global Cider config file was not handled/created correctly'
14-
' * Problem in the document "Cider-User-Guide" fixed '
14+
' * Problem in the document "Cider-User-Guide" fixed'
15+
' * `OpenProject` did not detect a Link error caused by an invalid config file '
1516
' * Some minor fixes '
1617
'* 0.40.0 ⋄ 2024-05-05'
1718
' * The user command `]ListTatinDependencies` now has two new flags: `-full` and `-raw`'

APLSource/Cider/OpenProject.aplf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
res←linkOptions ⎕SE.Link.Create projectSpace_ source ⍝ Get the code into the WS
8181
dmx←⎕DMX
8282
('LINK failed to load the code (',dmx.EM,')')Assert~∨/'Error:'⍷res
83+
('LINK failed to load the code from <(',source,'>')Assert~∨/'Unknown Debug options in'⍷res
8384
:If ∨/'ERRORS ENCOUNTERED:'⍷res
8485
res Assert 0=parms.batch
8586
(1 parms.batch)p res

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-11+671'
3+
r←'0.40.1+671'

APLSource/TestCases/Test_Misc_012.aplf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
parms.folder←'[foo]'
1111

1212
:Trap 11
13-
({⍵}#.Cider.Cider.GetFolderFromAlias)parms
13+
{}({⍵}#.Cider.Cider.GetFolderFromAlias)parms
1414
→T.FailsIf 1
1515
:Else
1616
qdmx←⎕DMX
1717
→T.PassesIf 11=qdmx.EN
18-
→T.PassesIf '"foo" is not a valid alias'≡qdmx.EM
18+
→T.PassesIf'"foo" is not a valid alias'≡qdmx.EM
1919
:EndTrap
2020

2121
r←T._OK

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
tags: "project-management",
2222
tatin_version: "0.103.0",
2323
userCommandScript: "APLSource/Cider_UC.dyalog",
24-
version: "0.40.1+732",
24+
version: "0.40.1+734",
2525
}

0 commit comments

Comments
 (0)