Skip to content
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

Use single-header json implementation. #2260

Merged

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Sep 27, 2024

clang-tidy complains if a symbol is not in a header directly included with the [misc-include-cleaner] check. Since the multi-header does one indirection, this results in these warnings.

Using the single-header library helps. Patch upostream bzlmod package to provide that.

TODO: check with bzlmod mintainer for nlohmann_json to maybe provide a target for that.

clang-tidy complains if a symbol is not in a header directly included
with the [misc-include-cleaner] check. Since the multi-header does
one indirection, this results in these warnings.

Using the single-header library helps. Patch upostream
bzlmod package to provide that.

TODO: check with bzlmod mintainer for nlohmann_json to maybe
provide a target for that.
@hzeller
Copy link
Collaborator Author

hzeller commented Sep 27, 2024

@lromor FYI

@hzeller hzeller merged commit d7bc159 into chipsalliance:master Sep 27, 2024
32 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.

1 participant