Skip to content

Commit adf777a

Browse files
committed
Doiublettes removed (date)
1 parent e46a85b commit adf777a

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

APLSource/Latest/FetchData.aplf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@
5151
r[;0]←(≢path)↓¨r[;0]
5252
:EndIf
5353
:EndIf
54+
r←(0<≢¨r[;0])⌿r
55+
r,←11↓¨r[;1]
56+
r[;1]←10↑¨r[;1]
57+
r[⍸{~(⍵⍳⍵)=⍳≢⍵}r[;1];1]←⊂''
5458
:EndIf
55-
r←(0<≢¨r[;0])⌿r
5659
:Else
5760
r←0 0⍴''
5861
:EndIf

APLSource/Latest/History.apla

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(
2+
'* 7.2.0 from 2024-09-10'
3+
' * Doublet dates removed for clarity '
24
'* 7.1.0 from 2024-08-16'
35
' * Arguments streamlined:'
46
' * The hyphen after a single date is now optional, meaning a single date it interpreted as'

APLSource/Latest/Version.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
r←Version
22
⍝ See also `History`
3-
r←'Latest' '7.1.0+193' '2024-08-16'
3+
r←'Latest' '7.2.0+193' '2024-09-10'

APLSource/r.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
res←{noOf}r path
22
noOf←{0<⎕NC ⍵:⍎⍵ ⋄ ⍬}'noOf'
3-
res←Latest.Run path 1 0 1 noOf
3+
res←Latest.Run path 1 0 1 noOf 0

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
source: "APLSource/Latest",
2020
tags: "list-apl-objects",
2121
userCommandScript: "APLSource/Latest_uc.dyalog",
22-
version: "7.1.0+196",
22+
version: "7.2.0+201",
2323
}

0 commit comments

Comments
 (0)