Skip to content

Remove warning message about missing compiler arguments #1489

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

Merged

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jun 18, 2024

It turns out that this message was more noise than help. For example, it would often show up when adding a new file to a SwiftPM project: The file gets added before we reload the package and thus we don’t have build settings for the new file for a short while. Since we can’t dismiss the notification we sent to the client, the notification will stick around.

Let’s just remove the message.

It turns out that this message was more noise than help. For example, it would often show up when adding a new file to a SwiftPM project: The file gets added before we reload the package and thus we don’t have build settings for the new file for a short while. Since we can’t dismiss the notification we sent to the client, the notification will stick around.

Let’s just remove the message.
@ahoppen ahoppen requested review from bnbarham and hamishknight June 18, 2024 19:26
@ahoppen ahoppen requested a review from benlangmuir as a code owner June 18, 2024 19:26
@ahoppen
Copy link
Member Author

ahoppen commented Jun 18, 2024

@swift-ci Please test

@ahoppen ahoppen enabled auto-merge June 18, 2024 21:02
@ahoppen ahoppen merged commit 9f5c404 into swiftlang:main Jun 18, 2024
3 checks 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.

2 participants