Skip to content
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

os/user.Lookup #4217

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

os/user.Lookup #4217

wants to merge 2 commits into from

Conversation

leongross
Copy link

Add support for User lookup via os/user.Lookup()

@leongross
Copy link
Author

@deadprogram any thoughts on this?

@leongross
Copy link
Author

@deadprogram do you have any recommendations on what to improve or does this look good to you?

@leongross
Copy link
Author

@aykevl maybe you can have a short look at this?

@10000TB
Copy link

10000TB commented Apr 30, 2024

ping for review

@deadprogram
Copy link
Member

Just waiting for #4027 to land before any more changes to this part of the code.

Signed-off-by: leongross <[email protected]>
@leongross leongross force-pushed the os/user/Lookup branch 3 times, most recently from 6c8cf91 to d9ef0e1 Compare May 10, 2024 11:28
@leongross
Copy link
Author

leongross commented May 10, 2024

for some reason smoke test test-llvm15-go118 fails again

@aykevl
Copy link
Member

aykevl commented May 13, 2024

for some reason smoke test test-llvm15-go118 fails again

That's #4206

Copy link
Member

@aykevl aykevl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this was mostly copied from upstream Go, correct?
The code looks reasonable, though I would prefer if the test was actually being run (you can add it to GNUmakefile, see TEST_PACKAGES_FAST and related variables). Also, what about MacOS/Windows/baremetal support? Does it just fail to compile? I'm worried we might be breaking some existing programs that currently work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants