Skip to content

Commit b1f84bc

Browse files
committed
Duplicate success msg removed when CreateProject opens a project as well
1 parent 85c8910 commit b1f84bc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

APLSource/Cider/History.apla

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
(
2-
'* 0.50.0 ⋄ 2025-10-18'
2+
'* 0.50.0 ⋄ 2025-12-05'
33
' * New global Cider parameter `HandleLinkStops` introduced'
44
' * `OpenProject` and `CloseProject` now both honour the global `HandleLinkStops` if set '
55
' * Cider''s test cases are now resilient against `//` in a file path, see `∆GetTestPath`'
6+
' * Bug fixes'
7+
' * When `CreateProject` opened the project it had just created, it printed a success msg twice'
8+
' * Comment in `OpenProject` corrected: read "package" when it meant "project" '
69
'* 0.49.0 ⋄ 2025-10-03'
710
' * Licenses of dependencies are now handled properly '
811
' * Packages updated '

APLSource/Cider/UC/CreateProject_.aplf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@
8888
parms.ignoreUserExec←ignoreUserExec
8989
parms.batch←batch
9090
(success log)←P.OpenProject parms
91-
:If success
92-
r←{⍵↑⍨-¯1+(⌽⍵)⍳⎕UCS 13}{(-(¯1↑⍵)=⎕UCS 13)↓⍵}log
93-
:Else
91+
:If ~success
9492
r←'Project created but not opened'
9593
:EndIf
9694
:EndIf

0 commit comments

Comments
 (0)