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

default getenv #2250

Merged
merged 2 commits into from
Dec 18, 2024
Merged

default getenv #2250

merged 2 commits into from
Dec 18, 2024

Conversation

leonardoalt
Copy link
Member

No description provided.

Copy link
Collaborator

@pacheco pacheco left a comment

Choose a reason for hiding this comment

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

lgtm for the time being

@@ -58,7 +58,7 @@ extern "C" fn sys_getenv(
_varname: *const u8,
_varname_len: usize,
) -> usize {
todo!()
0
Copy link
Collaborator

Choose a reason for hiding this comment

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

a small comment here would be nice though, saying this is implementing the empty env

Copy link
Member

Choose a reason for hiding this comment

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

I'm fine after this fix.

Copy link
Member Author

Choose a reason for hiding this comment

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

updated

@leonardoalt leonardoalt added this pull request to the merge queue Dec 18, 2024
Merged via the queue into main with commit c8dcd07 Dec 18, 2024
16 checks passed
@leonardoalt leonardoalt deleted the default-env branch December 18, 2024 12:51
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.

3 participants