Skip to content

Only print the last component of the filename #74715

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
merged 2 commits into from
Jul 11, 2024

Conversation

tbkka
Copy link
Contributor

@tbkka tbkka commented Jun 25, 2024

In particular, on Windows MSVC, the ASSERT macros use __FILE__ (with the full pathname) instead of __FILE_NAME__ (with only the last component).

In particular, on Windows MSVC, the ASSERT macros
use `__FILE__` (with the full pathname) instead of
`__FILE_NAME__` (with only the last component).
@tbkka tbkka requested review from slavapestov and beccadax June 25, 2024 22:20
@tbkka
Copy link
Contributor Author

tbkka commented Jun 25, 2024

@swift-ci Please test

@tbkka tbkka requested a review from DougGregor as a code owner July 10, 2024 21:20
@tbkka
Copy link
Contributor Author

tbkka commented Jul 10, 2024

@swift-ci Please smoke test

@tbkka tbkka enabled auto-merge July 10, 2024 21:21
@tbkka tbkka merged commit d84a919 into swiftlang:main Jul 11, 2024
3 checks passed
@tbkka tbkka deleted the tbkka-assertions-3 branch August 1, 2024 16:39
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.

1 participant