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

File names on Windows cannot contain colon character as it is a reserved character #317

Closed
AnderoKoplus opened this issue Dec 16, 2021 · 3 comments
Labels
area: windows Issues specifically reproducing on Windows kind: bug Something isn't working needs: investigation The bug / idea needs more investigation

Comments

@AnderoKoplus
Copy link

AnderoKoplus commented Dec 16, 2021

What version of Turborepo are you using?

1.0.11

Describe the Bug

ERROR @foo-bar/est:build:js:commonjs: : open packages\client-lib.turbo\turbo-build:js:commonjs.log: The filename, directory name, or volume label syntax is incorrect.
running at "turbo": "^1.0.11"

Expected Behavior

turborepo uses OS specific/safe cache file name generation

To Reproduce

use windows platform
add task which contains colons in its names like "do:something" (in my case the task was located under /packages/ folder)
it should generate a file name that is not allowed on the windows operating system

@jaredpalmer jaredpalmer added the kind: bug Something isn't working label Dec 16, 2021
@gsoltis gsoltis added the needs: investigation The bug / idea needs more investigation label Aug 31, 2022
@mehulkar mehulkar added the area: windows Issues specifically reproducing on Windows label Sep 8, 2022
sokra pushed a commit that referenced this issue Oct 25, 2022
…ences (#317)

* refactor(turbo): introduce swc_core

* refactor(turbo): update import references

* build(cargo): update lockfile
@rodrigoscna
Copy link

rodrigoscna commented Nov 30, 2022

Any news on this? Still happening on turbo 1.6.3

@johnnyd710
Copy link

Still not working on turbo 1.7.0

@chris-olszewski
Copy link
Member

This has been addressed in #6267 and #6293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: windows Issues specifically reproducing on Windows kind: bug Something isn't working needs: investigation The bug / idea needs more investigation
Projects
None yet
Development

No branches or pull requests

7 participants