-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Returns the effective, real group and user ID of the current process #5515
Conversation
Returns the effective, real group and user user ID of the current process
Expected UidT but was using GidT
This addition needs to come with some specs. |
As in? The summary and source comments are self explaining...
I understand but do not have the option on the web interface. Those changes have been done on the web not a local client ( note: i do not use Git a lot ) . |
I strongly suggest you learn to use git, it'll make it much much easier for everyone reviewing the PR, and it's a valuable skill for yourself. By specs, @j8r means adding automated tests in the |
@Wulfklaue , the basics of |
This Is included in #5627. |
The code got posted a few days ago on Gitter when somebody asked how to get the effective and real group/user ID on Linux but nobody has committed the change to the Crystal source.