Skip to content

Commit 86345f8

Browse files
committed
NuGet package updated
1 parent e501290 commit 86345f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+52
-21
lines changed

APLSource/Cider/CloseProject.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
res←⎕SE.Link.Break 1⊃list[ind;]
4545
r+←'Unlinked: '{⍺≡(≢⍺)↑⍵}res
4646
closed,←list[ind;2]
47-
HandleLinkSourceFlags⊃list[ind;3] ⍝TODO⍝
47+
HandleLinkSourceFlags⊃list[ind;3]
4848
:EndIf
4949
:EndFor
5050
:If performChecks

APLSource/Cider/History.apla

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
(
2-
'* 0.50.0 ⋄ 2025-12-05'
2+
'* 0.50.0 ⋄ 2025-12-07'
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+
' * `NuGet` package updated'
67
' * Bug fixes'
78
' * When `CreateProject` opened the project it had just created, it printed a success msg twice'
89
' * Comment in `OpenProject` corrected: read "package" when it meant "project" '

APLSource/TestCases/Test_OpenAndClose_010.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ref.AddAutomation'YesOrNo' 'ChangeCurrentDir@' 'n'
1818
ref.AddAutomation'YesOrNo' 'OpenAsWell@' 'y'
1919
(rc msg res)←∆UCMD'CreateProject "',tempDir,'" # -noEdit -acceptConfig -ignoreUserExec -batch'
20-
Assert∨/'#.Foo'⍷res
20+
Assert'World'≡#.Foo.Hello
2121
list←FilesAndDirs.ListFiles2 tempDir
2222
→T.GoToTidyUp 1≠≢list
2323
→T.GoToTidyUp ##.Cider.ConfigFilename≢⊃,/1↓⎕NPARTS 1⊃list

APLSource/TestCases/Test_UC_004.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ref.AddAutomation'YesOrNo' 'ChangeCurrentDir@' 'n'
1717
(rc msg res)←∆UCMD'CreateProject "',tempDir,'" #.Foo -noEdit -acceptConfig -ignoreUserExec -batch'
1818
Assert rc=0
19-
'You did not just press <enter>!'Assert∨/'Project successfully opened and established in'⍷res
19+
Assert 9=#.⎕NC'Foo.CiderConfig'
2020
→T.GoToTidyUp~(⊂'#.Foo')∊{⍵[;1]}##.Cider.ListOpenProjects 0
2121

2222
r←T._OK

APLSource/ToDo.apla

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
(
2-
'With the next version, close the following issues:'
32
''
4-
'* #126 (year was added)'
5-
'# #127 (error message was misleading)'
63
)

TestData/myproj/packages/NOTICE.md

Lines changed: 28 additions & 0 deletions

TestData/myproj/packages/apl-buildlist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
packageID: [
3-
"dyalog-HttpCommand-5.9.3",
3+
"dyalog-HttpCommand-5.9.4",
44
],
55
principal: [
66
1,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dyalog-HttpCommand-5.9.3
1+
dyalog-HttpCommand-5.9.4

TestData/myproj/packages/dyalog-HttpCommand-5.9.3/LICENSE renamed to TestData/myproj/packages/dyalog-HttpCommand-5.9.4/LICENSE

File renamed without changes.

TestData/myproj/packages/dyalog-HttpCommand-5.9.3/apl-package.json renamed to TestData/myproj/packages/dyalog-HttpCommand-5.9.4/apl-package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
api: "HttpCommand",
33
assets: "",
4-
date: 20250814.164917,
4+
checkLICENSEfile: 1,
5+
date: 20251117.135746,
56
description: "Utility to execute HTTP requests",
67
documentation: "https://dyalog.github.io/HttpCommand",
78
files: "",
@@ -21,5 +22,5 @@
2122
tags: "http,pi",
2223
uri: "https://tatin.dev/",
2324
userCommandScript: "",
24-
version: "5.9.3",
25+
version: "5.9.4",
2526
}

0 commit comments

Comments
 (0)