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

Update POSIX reference URLs to 1003.1-2024. #1160

Merged
merged 2 commits into from
Sep 11, 2024
Merged

Conversation

sunfishcode
Copy link
Member

@sunfishcode sunfishcode commented Sep 11, 2024

Update POSIX reference URLs from pointing to Issue 7, 1003.1-2017, to now point to the new Issue 8, 1003.1-2024.

Update POSIX reference URLs from pointing to Issue 7, 1003.1-2017, to
now point to the new Issue 8, 1003.1-2024.
This moves toward the popular idiom of putting tests in `mod tests`
with `#[cfg(test)]`, and also works around Rust nightly warning about
undocumented constants in the expansion of `#[test]`.
@sunfishcode sunfishcode merged commit 2955504 into main Sep 11, 2024
42 of 43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/posix branch September 11, 2024 16:19
sunfishcode added a commit that referenced this pull request Sep 11, 2024
* Update POSIX reference URLs to 1003.1-2024.

Update POSIX reference URLs from pointing to Issue 7, 1003.1-2017, to
now point to the new Issue 8, 1003.1-2024.

* Move some unit tests into `mod tests`.

This moves toward the popular idiom of putting tests in `mod tests`
with `#[cfg(test)]`, and also works around Rust nightly warning about
undocumented constants in the expansion of `#[test]`.
sunfishcode added a commit that referenced this pull request Sep 11, 2024
* Update POSIX reference URLs to 1003.1-2024.

Update POSIX reference URLs from pointing to Issue 7, 1003.1-2017, to
now point to the new Issue 8, 1003.1-2024.

* Move some unit tests into `mod tests`.

This moves toward the popular idiom of putting tests in `mod tests`
with `#[cfg(test)]`, and also works around Rust nightly warning about
undocumented constants in the expansion of `#[test]`.
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.

1 participant