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

Refactor v1 implementation #192

Merged
merged 9 commits into from Apr 1, 2018
Merged

Refactor v1 implementation #192

merged 9 commits into from Apr 1, 2018

Conversation

kinggoesgaming
Copy link
Member

I'm submitting a ...

  • bug fix
  • feature enhancement
  • deprecation or removal
  • refactor

Description

  • Move v1 impl into uuid::v1
  • Rename UuidV1ClockSequence -> UuidClockSequence
  • Rename UuidV1Context -> UuidContext
  • Added UuidClockSequence, UuidContext to the prelude

Motivation

Part of the great refactor effort

Tests

All tests passing, no new tests needed

Related Issue(s)

#124

* `UuidV1Context` is now `AtomicUsizeUuidV1Context`

Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
@Dylan-DPC-zz Dylan-DPC-zz added the breaking This causes a breaking change and will be merged to breaking branch. label Apr 1, 2018
@Dylan-DPC-zz
Copy link
Member

bors: r+

bors bot added a commit that referenced this pull request Apr 1, 2018
192: Refactor v1 implementation r=Dylan-DPC a=kinggoesgaming

**I'm submitting a ...**
  - [ ] bug fix
  - [ ] feature enhancement
  - [ ] deprecation or removal
  - [x] refactor

# Description
* Move v1 impl into `uuid::v1`
* Rename `UuidV1ClockSequence` -> `UuidClockSequence`
* Rename `UuidV1Context` -> `UuidContext`
* Added `UuidClockSequence`, `UuidContext` to the prelude

# Motivation
Part of the great refactor effort

# Tests
All tests passing, no new tests needed

# Related Issue(s)
#124
@bors
Copy link
Contributor

bors bot commented Apr 1, 2018

@bors bors bot merged commit f74b2f9 into breaking Apr 1, 2018
@kinggoesgaming kinggoesgaming deleted the refactor/v1 branch April 1, 2018 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This causes a breaking change and will be merged to breaking branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants