File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments