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

Don't include iteration names in project directory names anymore #1

Merged

Conversation

shartte
Copy link
Contributor

@shartte shartte commented Nov 9, 2023

Do not append the iteration display name to the project directory, since it may either 1) exceed the MAX_PATH limit on Windows, or 2) include characters not allowed in file-system paths (i.e. ':' on Windows).

Including the name also doesn't seem to be necessary since the @TempDir that is used as the parent directory is already per-iteration.

…nce it may either 1) exceed the MAX_PATH limit on Windows, or 2) include characters not allowed in file-system paths (i.e. ':' on Windows).

Including the name also doesn't seem to be necessary since the @tempdir that is used as the parent directory is already per-iteration.
@shartte shartte force-pushed the dont-append-display-name-to-project-dir branch from c66e703 to ee1d787 Compare November 9, 2023 14:44
@Matyrobbrt Matyrobbrt merged commit 12dadcd into neoforged:main Nov 9, 2023
1 check passed
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