Skip to content

Commit d928a4b

Browse files
committed
Make
1 parent c22f7fe commit d928a4b

File tree

8 files changed

+53
-27
lines changed

8 files changed

+53
-27
lines changed

APLSource/GitHubAPIv3.aplc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
⍝ Currently this is private. We might need to change this once we introduce methods
350350
⍝ that actually write data, like, say, `CreateIssue`.
351351
⍝ :Access Public Instance
352+
⍝CodeCoverage:ignore⍝
352353
r←⎕NS''
353354
r.Accepted←'Accept: application/vnd.github.v3+json'
354355
r.Method←'GET'

TestResults/CodeCoverage.cr

248 Bytes
Binary file not shown.

TestResults/CodeCoverage.html

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h1 id="top">Coverage Report</h1>
127127
<tr><th>Executed at</th><th>APLVersion</th><th>Memory (MB)</th></tr>
128128
</thead>
129129
<tbody>
130-
<tr><td>2025-04-20 11:32:05</td><td>Windows-64 ⋄ 19.0.51432.0 ⋄ W ⋄ Development ⋄ Unicode</td><td>113</td></tr>
130+
<tr><td>2025-04-21 19:02:24</td><td>Windows-64 ⋄ 19.0.51432.0 ⋄ W ⋄ Development ⋄ Unicode</td><td>496</td></tr>
131131
</tbody>
132132
</table>
133133
<p>Overall 96% of the testable code is covered.</p>
@@ -266,15 +266,16 @@ <h1 id="top">Coverage Report</h1>
266266
</script>
267267
<h2>Listings</h2>
268268
<code class="header" id="listing_1">#.GitHubAPIv3.GitHubAPIv3.CreateHttpParms &mdash; 0%<a class="float-right no-print no-underline top-links" href="#top" title="Go to the top of the document">&#8607;</a><a class="float-right no-print no-underline top-links" href="#partly-covered" title="Go to the beginning of 'Partly-covered'"></a></code>
269-
<div class="code-block"><code> r←CreateHttpParms</code>
270-
<code> [1] ⍝ Creates a parameter space that can be passed to some method.</code>
271-
<code> [2] ⍝ Currently this is private. We might need to change this once we introduce methods</code>
272-
<code> [3] ⍝ that actually write data, like, say, `CreateIssue`.</code>
273-
<code> [4] ⍝ :Access Public Instance</code>
274-
<code class="emphasize">→[5] r←⎕NS''</code>
275-
<code class="emphasize">→[6] r.Accepted←'Accept: application/vnd.github.v3+json'</code>
276-
<code class="emphasize">→[7] r.Method←'GET'</code>
277-
<code class="emphasize">→[8] r.Body←''</code>
269+
<div class="code-block"><code> r←CreateHttpParms</code>
270+
<code> [1] ⍝ Creates a parameter space that can be passed to some method.</code>
271+
<code> [2] ⍝ Currently this is private. We might need to change this once we introduce methods</code>
272+
<code> [3] ⍝ that actually write data, like, say, `CreateIssue`.</code>
273+
<code> [4] ⍝ :Access Public Instance</code>
274+
<code class="emphasize">→[5] r←⎕NS''</code>
275+
<code class="emphasize">→[6] r.Accepted←'Accept: application/vnd.github.v3+json'</code>
276+
<code class="emphasize">→[7] r.Method←'GET'</code>
277+
<code class="emphasize">→[8] r.Body←''</code>
278+
<code> [9] ⍝CodeCoverage:ignore⍝</code>
278279
</div>
279280
<code class="header" id="listing_2">#.GitHubAPIv3.GitHubAPIv3.Version &mdash; 67%<a class="float-right no-print no-underline top-links" href="#top" title="Go to the top of the document">&#8607;</a><a class="float-right no-print no-underline top-links" href="#partly-covered" title="Go to the beginning of 'Partly-covered'"></a></code>
280281
<div class="code-block"><code> r←Version</code>
@@ -348,22 +349,23 @@ <h2>Listings</h2>
348349
<code class="header" id="listing_8">#.GitHubAPIv3.GitHubAPIv3.History &mdash; 100%<a class="float-right no-print no-underline top-links" href="#top" title="Go to the top of the document">&#8607;</a><a class="float-right no-print no-underline top-links" href="#partly-covered" title="Go to the beginning of 'Partly-covered'"></a></code>
349350
<div class="code-block"><code> History</code>
350351
<code> [1] :Access Public Shared</code>
351-
<code> [2] ⍝ * 2.1.0 from 2025-04-20</code>
352-
<code> [3] ⍝ * Function `GetIssueStats` added</code>
352+
<code> [2] ⍝ * 2.1.0 from 2025-04-21</code>
353+
<code> [3] ⍝ * Function `GetIssues` added</code>
353354
<code> [4] ⍝ * Function `GetLabelStats` added</code>
354355
<code> [5] ⍝ * `∆QuickView` (injected into issues) does not require an argument anymore &amp; returns the creation date now as well</code>
355-
<code> [6] ⍝ * Bug fixes</code>
356-
<code> [7] ⍝ * Typo fixed in `Version`</code>
357-
<code> [8] ⍝ * "Owner" was accepted by `⎕NEW` when empty - makes no sense</code>
358-
<code> [9] ⍝ * 2.0.0 from 2025-04-09</code>
359-
<code> [10] ⍝ * Potentially breaking: `Version` now returns a char vector stemming from the package config file</code>
360-
<code> [11] ⍝ * Packages updated</code>
361-
<code> [12] ⍝ * "Make" improved</code>
362-
<code> [13] ⍝ * 1.6.0 from 2025-01-025</code>
363-
<code> [14] ⍝ * CommTools removed as a dependency - it was only required for tests</code>
364-
<code> [15] ⍝ * `Version` now returns the package config file setting</code>
365-
<code> [16] ⍝\\</code>
366-
<code> [17] ⍝ For information regarding older versions see &lt;https://github.com/aplteam/GitHubAPIv3/releases&gt;</code>
356+
<code> [6] ⍝ * `∆Details` (injected into issues) does not require an argument anymore</code>
357+
<code> [7] ⍝ * Bug fixes</code>
358+
<code> [8] ⍝ * Typo fixed in `Version`</code>
359+
<code> [9] ⍝ * Empty "owner" was accepted by `⎕NEW` - makes no sense</code>
360+
<code> [10] ⍝ * 2.0.0 from 2025-04-09</code>
361+
<code> [11] ⍝ * Potentially breaking: `Version` now returns a char vector stemming from the package config file</code>
362+
<code> [12] ⍝ * Packages updated</code>
363+
<code> [13] ⍝ * "Make" improved</code>
364+
<code> [14] ⍝ * 1.6.0 from 2025-01-025</code>
365+
<code> [15] ⍝ * CommTools removed as a dependency - it was only required for tests</code>
366+
<code> [16] ⍝ * `Version` now returns the package config file setting</code>
367+
<code> [17] ⍝\\</code>
368+
<code> [18] ⍝ For information regarding older versions see &lt;https://github.com/aplteam/GitHubAPIv3/releases&gt;</code>
367369
</div>
368370
<code class="header" id="listing_9">#.GitHubAPIv3.GitHubAPIv3.make1 &mdash; 100%<a class="float-right no-print no-underline top-links" href="#top" title="Go to the top of the document">&#8607;</a><a class="float-right no-print no-underline top-links" href="#partly-covered" title="Go to the beginning of 'Partly-covered'"></a></code>
369371
<div class="code-block"><code> make1(owner)</code>

TestResults/CodeCoverage.profile

0 Bytes
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
api: "GitHubAPIv3",
3+
assets: "",
4+
description: "Utilities for dealing with GitHub repositories",
5+
documentation: "",
6+
files: "",
7+
group: "aplteam",
8+
io: 1,
9+
license: "MIT",
10+
lx: "",
11+
maintainer: "kai@aplteam.com",
12+
minimumAplVersion: "18.0",
13+
ml: 1,
14+
name: "GitHubAPIv3",
15+
os_lin: 1,
16+
os_mac: 1,
17+
os_win: 1,
18+
project_url: "https://github.com/aplteam/GitHubAPIv3",
19+
source: "APLSource/GitHubAPIv3.aplc",
20+
tags: "github-utilities",
21+
userCommandScript: "",
22+
version: "2.1.0+63",
23+
}

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
source: "APLSource/GitHubAPIv3.aplc",
2020
tags: "github-utilities",
2121
userCommandScript: "",
22-
version: "2.0.1-beta-2+61",
22+
version: "2.1.0+64",
2323
}

packages_dev/apl-buildlist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
packageID: [
33
"aplteam-Tester2-4.0.0",
44
"aplteam-OS-4.0.0",
5-
"aplteam-FilesAndDirs-6.0.1",
5+
"aplteam-FilesAndDirs-6.1.0",
66
"aplteam-CommTools-2.0.1",
77
"aplteam-CodeCoverage-0.10.7",
88
"aplteam-APLTreeUtils2-1.4.1",

packages_dev/apl-dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aplteam-APLTreeUtils2-1.4.1
22
aplteam-Tester2-4.0.0
33
aplteam-CodeCoverage-0.10.7
4-
aplteam-FilesAndDirs-6.0.1
4+
aplteam-FilesAndDirs-6.1.0
55
aplteam-OS-4.0.0
66
aplteam-CommTools-2.0.1

0 commit comments

Comments
 (0)