Skip to content

Commit 1260e0a

Browse files
committed
Documentation polished (tx Holden!)
1 parent e083783 commit 1260e0a

File tree

6 files changed

+248
-229
lines changed

6 files changed

+248
-229
lines changed

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
tags: "project-management",
2222
tatin_version: "0.103.0",
2323
userCommandScript: "APLSource/Cider_UC.dyalog",
24-
version: "0.43.2+823",
24+
version: "0.43.2+825",
2525
}

cider.config

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
{ CIDER: { cider_version: "0.42.1", dependencies: { nuget: "", tatin: "tatin-packages=Cider", }, dependencies_dev: { tatin: "tatin-packages_dev=TestCases", }, distributionFolder: "Dist", init: "Cider.Init", make: "Admin.Make 1", parent: "#", projectSpace: "Cider", project_url: "https://github.com/aplteam/cider", source: "APLSource", tatinVars: "Cider", tests: "TestCases.RunTests", }, LINK: { fastLoad: 1, forceFilenames: 1, }, SYSVARS: { io: 1, ml: 1, }, USER: { },}
1+
{
2+
CIDER: {
3+
cider_version: "0.42.1",
4+
dependencies: {
5+
nuget: "",
6+
tatin: "tatin-packages=Cider",
7+
},
8+
dependencies_dev: {
9+
tatin: "tatin-packages_dev=TestCases",
10+
},
11+
distributionFolder: "Dist",
12+
init: "Cider.Init",
13+
make: "Admin.Make 1",
14+
parent: "#",
15+
projectSpace: "Cider",
16+
project_url: "https://github.com/aplteam/cider",
17+
source: "APLSource",
18+
tatinVars: "Cider",
19+
tests: "TestCases.RunTests",
20+
},
21+
LINK: {
22+
fastLoad: 1,
23+
forceFilenames: 1,
24+
},
25+
SYSVARS: {
26+
io: 1,
27+
ml: 1,
28+
},
29+
USER: {
30+
},
31+
}

0 commit comments

Comments
 (0)