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

configure: check for pandoc version properly. #3811

Merged
merged 1 commit into from
Oct 19, 2012

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented Oct 19, 2012

Current configure was broken for pandoc versions of the form x.x.x.x

i.e. 1.8.1.1 would give PV_MAJOR=1.8 and PV_MINOR=8.1 instead of PV_MAJOR=1 and PV_MINOR=8

catamorphism added a commit that referenced this pull request Oct 19, 2012
configure: check for pandoc version properly.
@catamorphism catamorphism merged commit c81953c into rust-lang:incoming Oct 19, 2012
@catamorphism
Copy link
Contributor

Thanks!

RalfJung pushed a commit to RalfJung/rust that referenced this pull request Aug 18, 2024
Testcase fix for epoll

Fixes rust-lang#3811

This PR:
- Fixed the error in ``epoll_ctl_del`` test
- Simplified the logic in ``epoll_ctl_mod`` test
- Added a new test to check if flag that we don't register won't trigger notification (double negation sounds a bit confusing here, feel free to suggest a better one ;) )
- Use assert_eq(0) for epoll_ctl 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.

2 participants