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

Move namespaces into uuid::ns #187

Merged
merged 1 commit into from
Mar 27, 2018
Merged

Move namespaces into uuid::ns #187

merged 1 commit into from
Mar 27, 2018

Conversation

kinggoesgaming
Copy link
Member

@kinggoesgaming kinggoesgaming commented Mar 27, 2018

I'm submitting a ...

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

Description

Moves NAMESPACE_DNS, NAMESPACE_OID, NAMESPACE_URL and NAMESPACE_X500 into uuid::ns module. The namespaces are not exposed as part of the prelude, as people only may need one of the namespaces when they do need them.

Motivation

Part of the refactor efforts

Tests

Current tests are passing.

Related Issue(s)

#124

Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
@kinggoesgaming
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Mar 27, 2018
187: Move namespaces into uuid::ns r=kinggoesgaming a=kinggoesgaming

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

# Description
Moves `NAMESPACE_DNS`, `NAMESPACE_OID`, `NAMESPACE_URL` and `NAMESPACE_X500` into `uuid::ns` module. The namespaces are not exposed as part of the prelude, as people only may need one of the namespaces when they do need them.

# Motivation
Part of the refactor efforts

# Tests
Current tests are passing.

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

bors bot commented Mar 27, 2018

@bors bors bot merged commit fb2265d into breaking Mar 27, 2018
@kinggoesgaming kinggoesgaming deleted the refactor/namespaces branch March 27, 2018 23:16
@kinggoesgaming kinggoesgaming added breaking This causes a breaking change and will be merged to breaking branch. Release Notes labels Apr 21, 2018
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.

2 participants