Dyalog / Jarvis

APL-based web service framework supporting JSON or REST
https://dyalog.github.io/Jarvis/
MIT License
33 stars 6 forks source link

EndPoints needs to be ⎕ML/⎕IO insensitive #40

Closed bpbecker closed 1 year ago

bpbecker commented 1 year ago

Since Jarvis.EndPoints now looks at the ⎕AT of possible endpoints and this is executed within the CodeLocation hierarchy, and CodeLocation may have non-default settings for ⎕ML and ⎕IO, EndPoints needs to be ⎕ML and ⎕IO insensitive.