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

Expose windows path normalization utility #2767

Merged
1 commit merged into from May 28, 2019

Conversation

deivid-rodriguez
Copy link
Member

Description:

I need this exact piece of logic in bundler (rubygems/bundler#7161 (comment)), so I guess we should move it to some place where it makes more sense to reuse it.

I don't have a strong opinion though, maybe it's better to not bother and duplicate the logic.

Tasks:

  • Describe the problem / feature
  • Write tests
  • Write code to solve the problem
  • Get code review from coworkers / friends

I will abide by the code of conduct.

I need this exact piece of logic in bundler, so I guess we should move
it to some place where it makes more sense to reuse it.
@deivid-rodriguez deivid-rodriguez force-pushed the expose_windows_path_normalization branch from 2cd716c to 871dfc5 Compare May 23, 2019 10:50
Copy link
Member

@hsbt hsbt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense.

@hsbt
Copy link
Member

hsbt commented May 27, 2019

@bundlerbot r+

ghost pushed a commit that referenced this pull request May 28, 2019
2767: Expose windows path normalization utility r=hsbt a=deivid-rodriguez


# Description:

I need this exact piece of logic in `bundler` (rubygems/bundler#7161 (comment)), so I guess we should move it to some place where it makes more sense to reuse it.

I don't have a strong opinion though, maybe it's better to not bother and duplicate the logic.

# Tasks:

- [x] Describe the problem / feature
- [ ] Write tests
- [x] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
@ghost
Copy link

ghost commented May 28, 2019

Build succeeded

@ghost ghost merged commit 871dfc5 into master May 28, 2019
@ghost ghost deleted the expose_windows_path_normalization branch May 28, 2019 00:36
@hsbt hsbt added this to the 3.0.5 milestone Aug 16, 2019
hsbt pushed a commit that referenced this pull request Aug 16, 2019
2767: Expose windows path normalization utility r=hsbt a=deivid-rodriguez


# Description:

I need this exact piece of logic in `bundler` (rubygems/bundler#7161 (comment)), so I guess we should move it to some place where it makes more sense to reuse it.

I don't have a strong opinion though, maybe it's better to not bother and duplicate the logic.

# Tasks:

- [x] Describe the problem / feature
- [ ] Write tests
- [x] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
This pull request was closed.
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.

None yet

3 participants