Skip to content

Compiler can't handle paths with ".." on windows #6739

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

Closed
marler8997 opened this issue Oct 19, 2020 · 1 comment
Closed

Compiler can't handle paths with ".." on windows #6739

marler8997 opened this issue Oct 19, 2020 · 1 comment

Comments

@marler8997
Copy link
Contributor

marler8997 commented Oct 19, 2020

The compiler fails with error: Unexpected when a source file has .. on Windows:

> mkdir src
> echo "" > src\bug.zig
> zig build-obj src\..\src\foo.zig
error: Unexpected
@daurnimator
Copy link
Contributor

Duplicate of #4659 and #6044

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

No branches or pull requests

2 participants