-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat(unstable): add Deno.getUid #13496
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kt3k looks good, I have two nitpicks:
a) maybe use Deno.getUid()
?
b) should we add Deno.getGid()
too?
I'm not strongly against that. I chose this name because we tend to use linux syscall names as is. ex. If we try to make it more descriptive, I guess I'd like to hear more opinions from other members
I think we should. That's also useful for more precise implementation of |
@kt3k sounds good! |
FWIW, I initially interpreted |
closes #13493