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

Beta next #27387

Merged
merged 4 commits into from
Jul 30, 2015
Merged

Beta next #27387

merged 4 commits into from
Jul 30, 2015

Conversation

brson
Copy link
Contributor

@brson brson commented Jul 29, 2015

brson and others added 3 commits July 29, 2015 10:17
The API we're calling requires us to pass an absolute point in time as an
argument (`pthread_cond_timedwait`) so we call `gettimeofday` ahead of time to
then add the specified duration to. Unfortuantely the current "add the duration"
logic forgot to take into account the current time's sub-second precision (e.g.
the `tv_usec` field was ignored), causing sub-second duration waits to return
spuriously.
@rust-highfive
Copy link
Collaborator

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

@alexcrichton
Copy link
Member

r=me once everything lands

There are multiple issues with them as designed and implemented.

cc rust-lang#27364

Conflicts:
	src/libsyntax/feature_gate.rs
	src/test/auxiliary/xcrate_associated_type_defaults.rs
brson added a commit that referenced this pull request Jul 30, 2015
@brson brson merged commit a3bcfe8 into rust-lang:beta Jul 30, 2015
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.

4 participants