Skip to content

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