Skip to content

Commit

Permalink
Address #70 domain error using with dyalog 200 (819⌶) (#72)
Browse files Browse the repository at this point in the history
* Address 819⌶ compatibility #70

* Increase build number
  • Loading branch information
bpbecker authored Aug 11, 2024
1 parent 637bc69 commit 8d7aecb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/Jarvis.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

rVersion
:Access public shared
r'Jarvis' '1.17.3' '2024-07-19'
r'Jarvis' '1.17.4' '2024-08-09'

Documentation
Expand Down Expand Up @@ -1381,7 +1381,7 @@

GetFromTable{([;1],)[;2],''}
split{p()1 ((p-1))(p)} Split ⍵ on first occurrence of ⍺
lc0(819)
lc{2::0(819) ¯3 ⎕C }
deb{{1¯1/~' '}' ',,' '}

{r}{message}Fail status
Expand Down Expand Up @@ -1681,7 +1681,7 @@
:EndRepeat

MakeSessionId{⎕IO0 ((0(819)⎕A),⎕A,⎕D)[(?2062),51⎕TS]}
MakeSessionId{⎕IO0 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'[(?2062),51⎕TS]}
IsExpired{0: 0 (Now-)>(×60000)÷86400000}

rDateToIDNX ts
Expand Down Expand Up @@ -1792,8 +1792,8 @@
stripQuotes{'""'2¯1:¯11 } strip leading and ending "
deb{{1¯1/~' '}' ',,' '} delete extraneous blanks
dlb{+/\' '=} delete leading blanks
lc0(819) lower case
uc1(819) upper case
lc{2::0(819) ¯3 ⎕C } lower case
uc{2::1(819) 1 ⎕C } upper case
nameClass{⎕NC,''} name class of argument
nocase{(lc )⍺⍺ lc } case insensitive operator
begins{()} does ⍺ begin with ⍵?
Expand Down

0 comments on commit 8d7aecb

Please sign in to comment.