Skip to content

Commit c8291b2

Browse files
committed
Last amendment for 0.39 and Make
1 parent 8ac8d1f commit c8291b2

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

APLSource/Cider/History.apla

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(
2-
'* 0.39.0 ⋄ 2024-01-22'
2+
'* 0.39.0 ⋄ 2024-01-25'
3+
' * NuGet interface improved (tx Alexander Block)'
34
' * New global config parameter introduced: `AskForDirChange`'
45
' * New global config parameter introduced: `ReportGitStatus` '
56
' * The config property "tatinVars", when present, was used to establish which sub-namspace of a project'

APLSource/Cider/OpenProject.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@
142142
{}ExecUserFunction⍣(~parms.ignoreUserExec)⊣config
143143
parms CheckOnToDo projectSpace_
144144
successFlag←SUCCESS
145-
CheckForGit⍣(⊃~parms.batch)⊢parms.folder config parms
145+
{}CheckForGit⍣(⊃~parms.batch)⊢parms.folder config parms
146146
p'Project successfully ',((1+parms.importFlag)⊃'loaded' 'imported'),' and established in "',parms.parent,,{(,'#')≡,⍵:'"' ⋄ '.',⍵,'"'}parms.projectSpace
147147
⍝Done

APLSource/Cider/PerformConfigChecks.aplf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
successFlag←⍬
44
report←''
55
tatinFolders←('dependencies' 'dependencies_dev'GetTatinDependencies¨⊂config)~⊂''
6-
⍝TODO⍝ ⍝TODO⍝ Add checks on NuGet?!
76
:For i :In ⍳≢tatinFolders
87
tatinFolder←i⊃tatinFolders
98
this←i⊃'dependencies' 'dependencies_dev'

APLSource/TestCases/Test_Misc_016.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
(success log)←##.Cider.OpenProject parms
4242
ref←⍎'#.',name
4343
Assert 9=#.⎕NC name
44-
→T.GoToTidyUp 0≠ref.⎕NC'TatinVars'
44+
→T.GoToTidyUp 9≠ref.⎕NC'TatinVars'
4545
→T.GoToTidyUp 9≠ref.Project.⎕NC'TatinVars'
4646
→T.GoToTidyUp 0=≢#.Test_Misc_016.Project.TatinVars.HOME
4747

APLSource/TestCases/Test_NuGet_010.aplf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
R←T._Failed
55

66
#.⎕SHADOW'TEMP' ⋄ 'TEMP'#.⎕NS''
7-
⍝TODO⍝ tfm←1⊃##.Cider.NuGet.GetDotNetIDS ⍬
87
folder←(∆GetTestPath⊃⎕SI),'/'
9-
⍝ json←⊃FilesAndDirs.NGET folder,'cider.config'
10-
⍝ cfg←⎕JSON⍠('Dialect' 'JSON5')⊢json
118
tempDir←∆GetFolderInTempDir⊃⎕SI
129
tempDir ⎕NCOPY⍠1⊢folder,'/*'
1310

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
tags: "project-management",
2121
tatin_version: "0.103.0",
2222
userCommandScript: "APLSource/Cider_UC.dyalog",
23-
version: "0.39.0+673",
23+
version: "0.39.0+677",
2424
}

tatin-packages/apl-buildlist.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
packageID: [
3+
"dyalog-NuGet-0.2.0",
34
"aplteam-FilesAndDirs-5.7.0",
45
"aplteam-CommTools-1.7.1",
56
"aplteam-APLTreeUtils2-1.3.1",
@@ -28,4 +29,4 @@
2829
"https://tatin.dev/",
2930
"https://tatin.dev/",
3031
],
31-
}
32+
}

0 commit comments

Comments
 (0)