Skip to content

Commit

Permalink
Make
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jul 12, 2024
1 parent 2367fde commit 266ddb2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 41 deletions.
2 changes: 1 addition & 1 deletion APLSource/Admin/Make.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
parms.versionversion
noOfM.ConvertMarkdownToHtml5(C.HOME,'/'),¨'docs/' 'html/'
Assert 4=noOf
⎕SE.Tatin.CreateAPIfromCFG ##.Cider cfg
{}⎕SE.Tatin.CreateAPIfromCFG ##.Cider cfg
zipFilename⎕SE.Tatin.BuildPackage parms
MakeZipForDyalog 1
'*** New version build successfully:',M.CR,' ',zipFilename
Expand Down
9 changes: 5 additions & 4 deletions APLSource/Cider/CloseProject.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
:If ind>list
indlist[;2]F.NormalizePath project
:EndIf
('Cannot close "',project,'"')Assert(list)ind
res⎕SE.Link.Break 1list[ind;]
r+'Unlinked: '{()}res
closed,list[ind;2]
:If indlist
res⎕SE.Link.Break 1list[ind;]
r+'Unlinked: '{()}res
closed,list[ind;2]
:EndIf
:EndFor
:If checks
{}CheckForDropboxConflicts¨closed
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Cider/History.apla
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
'* 0.42.1 ⋄ 2024-07-10'
'* 0.42.1 ⋄ 2024-07-12'
' * Cider now comes with Release Notes.'
' * Documentation of `CloseProject` and `CheckForDropBoxConflicts` polished.'
' * The ]Cider.Config file now prints the content of Cider''s global config file to the session, and there'
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Cider/Version.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r'0.42.1-beta-6+671'
r'0.42.1+671'
30 changes: 1 addition & 29 deletions Tests/Test_UC_020/cider.config
Original file line number Diff line number Diff line change
@@ -1,29 +1 @@
{
CIDER: {
dependencies: {
nuget: "",
tatin: "packages",
},
dependencies_dev: {
tatin: "packages_dev=TestCases",
},
distributionFolder: "",
init: "",
make: "",
parent: "#",
projectSpace: "Foo",
project_url: "",
source: "APLSource",
tests: "",
},
LINK: {
forceFilenames: 1,
watch: "ns",
},
SYSVARS: {
io: 1,
ml: 1,
},
USER: {
},
}
{ CIDER: { dependencies: { nuget: "", tatin: "packages", }, dependencies_dev: { tatin: "packages_dev=TestCases", }, distributionFolder: "", init: "", make: "", parent: "#.TEMP", projectSpace: "Foo", project_url: "", source: "APLSource", tests: "", }, LINK: { forceFilenames: 1, }, SYSVARS: { io: 1, ml: 1, }, USER: { },}
Expand Down
2 changes: 1 addition & 1 deletion apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
tags: "project-management",
tatin_version: "0.103.0",
userCommandScript: "APLSource/Cider_UC.dyalog",
version: "0.42.1+771",
version: "0.42.1+774",
}
3 changes: 2 additions & 1 deletion docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In short, when compatability is affected.

This document does not come with a complete list of fixes, added features etc. Consult [Cider on GitHub](https://github.com/aplteam/Cider/releases) for that.

## Version 0.42.1 from 2024-07-07
## Version 0.42.1 from 2024-07-12

* So far Cider injected a reference `TatinVars` into a sub-namespace of the project defined by Cider's `tatinVars` property, pointing to `TatinVars` in the root of the project.

Expand All @@ -28,3 +28,4 @@ This document does not come with a complete list of fixes, added features etc. C




6 changes: 3 additions & 3 deletions html/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 id="toc-heading">Table of contents</h2>

<div class="toc-container">
<ul id="toc-list" class="hide print">
<li class="toc-entry toc-h2"><a href="#version-0421-from-2024-07-07">Version 0.42.1 from 2024-07-07</a>
<li class="toc-entry toc-h2"><a href="#version-0421-from-2024-07-12">Version 0.42.1 from 2024-07-12</a>
</ul>
</div>
</nav>
Expand All @@ -36,8 +36,8 @@ <h2 id="toc-heading">Table of contents</h2>
<p>In short, when compatability is affected.</p>
<p>This document does not come with a complete list of fixes, added features etc. Consult <a href="https://github.com/aplteam/Cider/releases" class="external_link">Cider on GitHub</a> for that.</p>
<div class="h_tag">
<a href="#version-0421-from-2024-07-07" id="version-0421-from-2024-07-07" class="autoheader_anchor">
<h2 data-id="Version-0421-from-2024-07-07">Version 0.42.1 from 2024-07-07</h2>
<a href="#version-0421-from-2024-07-12" id="version-0421-from-2024-07-12" class="autoheader_anchor">
<h2 data-id="Version-0421-from-2024-07-12">Version 0.42.1 from 2024-07-12</h2>
</a>
</div>
<ul>
Expand Down

0 comments on commit 266ddb2

Please sign in to comment.