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

True Multi OS support with pathSeparator #1522

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Conversation

Rojods
Copy link
Contributor

@Rojods Rojods commented Sep 29, 2022

The previous version had the ":" hard-coded as a module-path separator, which might be fine on Linux(es) and Macs, but fails on Windows. I suggest we simply put File.pathSeparator instead and rely on the JVM to tell us the right path separator character. Then there is also less burden on this project to keep the path separator code up-to-date.

The previous version had the ":" hard-coded as a `module-path
@lightbend-cla-validator

Hi @Rojods,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

https://www.lightbend.com/contribute/cla

@Rojods
Copy link
Contributor Author

Rojods commented Sep 29, 2022

I am just writing here to say I've signed the CLA.

@muuki88
Copy link
Contributor

muuki88 commented Sep 30, 2022

Thanks a lot for your contribution ☺️

@muuki88 muuki88 merged commit b9358e0 into sbt:master Sep 30, 2022
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