Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fslock: add NewLockWithClock function; maintain NewLock as backwardly compatible #166
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils |
added a commit
that referenced
this pull request
Oct 26, 2015
jujubot
merged commit 9cf41c7
into
juju:master
Oct 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedOct 26, 2015
Because NewLock had been changed backwardly incompatibly, it broke
any clients that used it unnecessarily. This maintains the old API
(which is more convenient for most clients) but adds the new functionality
using a new entry point.
(Review request: http://reviews.vapour.ws/r/2996/)