-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not an issue #18
Comments
The namespace is created relative to your current path, which can greatly affect your variable environment depending on the code you want to write. Using # guarantees that the namespace is created in a location that does not expose the same tree of environments that might otherwise be created. |
Thank you, but I know all that. I am interested specifically in why that
particular namespace was created as a child of root.
…On Thu, Jun 4, 2020 at 10:56 PM Aaron W. Hsu ***@***.***> wrote:
The namespace is created relative to your current path, which can greatly
affect your variable environment depending on the code you want to write.
Using # guarantees that the namespace is created in a location that does
not expose the same tree of environments that might otherwise be created.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQLJ6RWFNV4VU6BLENGFCTRVADARANCNFSM4NSYGJVA>
.
--
Stefano
|
I expect the assignment to # was a remnant from earlier server versions, but it would probably make sense to make it a field inside the Jarvis instance. |
Definitely not an issue: more a curiosity. I am intrigued by this line:
Jarvis/Source/Jarvis.dyalog
Line 479 in 8c53cea
Why the #.? I have very similar code in one of my projects (unsurprisingly since I copied it from JsonServer) but I don't think I went for the "#.". Is there a good reason to create that particular namespace as a child of root?
Thank you!
The text was updated successfully, but these errors were encountered: