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

Revert "Deduplicate dflags and lflags" (#2016) #2020

Merged
merged 1 commit into from
Oct 1, 2020
Merged

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Oct 1, 2020

PR #2016 introducted a de-duplication strategy that is too eager and corrupts argument chains, such as "-framework CoreServices -framework CoreFoundation" where the "-framework" argument needs to be duplicated for each framework.

This reverts commit 10bea6f.

PR #2016 introducted a de-duplication strategy that is too eager and corrupts argument chains, such as "-framework CoreServices -framework CoreFoundation" where the "-framework" argument needs to be duplicated for each framework.

This reverts commit 10bea6f.
@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @s-ludwig!

Copy link
Member

@Geod24 Geod24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Sorry I didn't have time to look at it. Let's revert and I'll try to come up with a better solution.

@Geod24 Geod24 merged commit 8db25b4 into stable Oct 1, 2020
@Geod24 Geod24 deleted the pr2016_partial_revert branch October 1, 2020 10:13
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.

3 participants