Skip to content

[lldb][progress] Fix format string in title #8314

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

Conversation

chelcassanova
Copy link

The title string for the progress report for loading Swift module dependencies had an unused formatter in its title string. Since the filename that was supposed to go in this formatter will now be reported as a detail, this commit removes the formatter from the title string.

rdar://122048954

The title string for the progress report for loading Swift module
dependencies had an unused formatter in its title string. Since the
filename that was supposed to go in this formatter will now be reported
as a detail, this commit removes the formatter from the title string.
@chelcassanova
Copy link
Author

@swift-ci please test

@chelcassanova chelcassanova merged commit 1bf6b0e into swiftlang:stable/20230725 Mar 2, 2024
chelcassanova added a commit that referenced this pull request Mar 4, 2024
The title string for the progress report for loading Swift module
dependencies had an unused formatter in its title string. Since the
filename that was supposed to go in this formatter will now be reported
as a detail, this commit removes the formatter from the title string.

(cherry picked from commit 1bf6b0e)
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