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

Use distinct directory when multiple use= flags are enabled #4365

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

dipinhora
Copy link
Contributor

Prior to this commit, the output directory used when multiple use= flags were enabled would be the directory for the last use= flag enabled in source code order.

This commit changes it so that the output directory uses a distinct name that concats all the use= flags enabled together (i.e. the output directory will be debug-valgrind-runtimestats instead of debug-runtimestats).

Prior to this commit, the output directory used when multiple
`use=` flags were enabled would be the directory for the last
`use=` flag enabled in source code order.

This commit changes it so that the output directory uses a distinct
name that concats all the `use=` flags enabled together (i.e. the
output directory will be `debug-valgrind-runtimestats` instead of
`debug-runtimestats`).
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Jul 15, 2023
@SeanTAllen SeanTAllen requested review from chalcolith and a team July 15, 2023 18:54
@SeanTAllen
Copy link
Member

@chalcolith can you give this a review please?

@SeanTAllen SeanTAllen merged commit 8fc5e34 into ponylang:main Jul 16, 2023
20 checks passed
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Jul 16, 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.

4 participants