Skip to content

fix: assert object library uses spdlog::spdlog instead of fmt::fmt #5536

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rroelke
Copy link
Member

@rroelke rroelke commented Jun 5, 2025

Resolves #5534 which points out that use of fmt::fmt brings in an additional dependency which may conflict with spdlog::spdlog.


TYPE: NO_HISTORY
DESC: assert object library uses spdlog::spdlog instead of fmt::fmt

@rroelke rroelke requested review from ypatia and teo-tsirpanis June 5, 2025 01:14
@rroelke rroelke mentioned this pull request Jun 5, 2025
Copy link
Member

@teo-tsirpanis teo-tsirpanis left a comment

Choose a reason for hiding this comment

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

I'm not sure that this is a desirable change. More details in #5534 (comment).

@OgreTransporter
Copy link
Contributor

I have completely removed spdlog and fmt as external dependencies. The code probably still needs to be improved. Suggestions are welcome. #5537

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.

Bug in PR5521
3 participants