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

Fix weird windows filepath issue #55

Merged
merged 3 commits into from
Feb 26, 2023
Merged

Fix weird windows filepath issue #55

merged 3 commits into from
Feb 26, 2023

Conversation

benjamin051000
Copy link
Member

Closes #49

benjamin051000 and others added 3 commits February 20, 2023 02:40
…sn't conform to

the current CLI anyway. Refer to this commit if you want a template for
it in the future.
TODO test on Linux.

Changed any paths being stringified and placed in TCL do files to be `.as_posix()`, as this seems to be the only reliable way to get cross-platform filepaths working. Which makes sense, that's what POSIX is for after all!
@benjamin051000
Copy link
Member Author

Also, has some other junk in there from other commits lol but they're minor and don't affect the codebase

@benjamin051000 benjamin051000 changed the title Dev Fix weird windows filepath issue Feb 25, 2023
@benjamin051000 benjamin051000 merged commit bfa52da into main Feb 26, 2023
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.

0.3: Strange compile filepaths on windows
1 participant