-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Require fmt to be installed separately from spdlog #1330
Conversation
53e92d9
to
f910763
Compare
1259a7a
to
2a8a117
Compare
f4e376d
to
2a8a117
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Although I think the stated reasons (ie. verbosity in the include statements) are a bit weak for adding a new hard dependency, in this case it should be fine since we more or less depended on fmt anyways via spdlog, and it is a "nice" dependency to have since it's stable, useful and available everywhere.
The rest of the changes look solid.
📔 Description
This makes {fmt} a hard dependency of VAST, and fixes some of the remaining issues with the new logger.
📝 Checklist
🎯 Review Instructions
Commit-by-commit.