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

Add the NI_IDN getnameinfo() extension #3433

Merged
merged 1 commit into from Nov 14, 2023

Conversation

adder32
Copy link
Contributor

@adder32 adder32 commented Nov 11, 2023

This PR adds the NI_IDN getnameinfo extension.

I've also tried to add the other two extensions (see: https://man7.org/linux/man-pages/man3/getnameinfo.3.html), but the tests would fail (-Werror) because those two are deprecated.

@rustbot
Copy link
Collaborator

rustbot commented Nov 11, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

Thank you! @bors r+

@bors
Copy link
Contributor

bors commented Nov 12, 2023

📌 Commit 6b2beb8 has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 12, 2023

⌛ Testing commit 6b2beb8 with merge 13ac2b9...

bors added a commit that referenced this pull request Nov 12, 2023
…itor

Add the NI_IDN getnameinfo() extension

This PR adds the `NI_IDN` getnameinfo extension.

I've also tried to add the other two extensions (see: https://man7.org/linux/man-pages/man3/getnameinfo.3.html), but the tests would fail (`-Werror`) because those two are deprecated.
@bors
Copy link
Contributor

bors commented Nov 12, 2023

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member

CI fails because musl targets use Linux v4 kernel, could you skip the test for musl? A brief instruction is here: https://github.com/rust-lang/libc/blob/main/CONTRIBUTING.md#test-before-you-commit

@adder32
Copy link
Contributor Author

adder32 commented Nov 12, 2023

Let's see if I got it right.

@JohnTitor
Copy link
Member

Yeah, it should work. Could you squash commits into one?

@adder32 adder32 force-pushed the define-getname-info-extensions branch from afed7dd to 900ef0d Compare November 12, 2023 16:21
@adder32 adder32 force-pushed the define-getname-info-extensions branch from 900ef0d to d351b3b Compare November 12, 2023 16:25
@adder32
Copy link
Contributor Author

adder32 commented Nov 12, 2023

Sure!

@JohnTitor
Copy link
Member

Thank you! @bors r+

@bors
Copy link
Contributor

bors commented Nov 14, 2023

📌 Commit d351b3b has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 14, 2023

⌛ Testing commit d351b3b with merge 77d4cda...

@bors
Copy link
Contributor

bors commented Nov 14, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 77d4cda to main...

@bors bors merged commit 77d4cda into rust-lang:main Nov 14, 2023
11 checks passed
@adder32 adder32 deleted the define-getname-info-extensions branch November 27, 2023 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants