Skip to content

Commit

Permalink
Fix #40 Jarvis.EndPoints ⎕ML/⎕IO dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbecker committed Dec 22, 2022
1 parent 7336e3d commit 889578d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified Distribution/Jarvis.dws
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Jarvis.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

rVersion
:Access public shared
r'Jarvis' '1.11.9' '2022-11-17'
r'Jarvis' '1.11.10' '2022-12-21'

rConfig
Expand Down Expand Up @@ -1701,7 +1701,7 @@
:If 0=⎕NC'path' path''
:Else path,'.'
:EndIf
rpath,¨{('')~.{/1 1 0×|⎕AT }¨.⎕NL ¯3}ref limit to result-returning monadic/dyadic/ambivalent functions
rpath,¨{('')~.{/1 1 0×|⎕IO⎕AT }¨.⎕NL ¯3}ref limit to result-returning monadic/dyadic/ambivalent functions
:For ns :In ref.⎕NL ¯9.1
r,(path,ns)EndPoints refns
:EndFor
Expand Down
4 changes: 2 additions & 2 deletions apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
description: "JSON and REST Web Service Framework",
group: "dyalog",
documentation: "https://dyalog.github.io/Jarvis",
info_url: "https://github.com/Dyalog/Jarvis",
project_url: "https://github.com/Dyalog/Jarvis",
io: 1,
ml: 1,
name: "Jarvis",
source: "source/Jarvis.dyalog",
tags: "mac-os,windows,linux,http,webservice,json,rest",
version: "1.11.9",
version: "1.11.10",
}

0 comments on commit 889578d

Please sign in to comment.