Fork Hedley #3551
falbrechtskirchinger
started this conversation in
Ideas
Fork Hedley
#3551
Replies: 1 comment
|
Looking into it. This reply was drafted by Claude Code on behalf of @nlohmann, as part of a review of open discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hedley's development seems to have stagnated [1] and we've added some macros recently that Hedley should be providing. Additionally, Hedley doesn't offer generic warning suppression macros like doctest from which the library code would benefit.
Should we consider maintaining a fork of Hedley, adding things like
JSON_NO_UNIQUE_ADDRESSand doctest-like warning suppressions?The objective of the fork would be to maintain additions useful to this library until upstream activity picks up again, and not to be an independent project. I'd also be willing to maintain this fork myself if that would help, and try to get changes upstreamed.
Edit: An example of the kind of code I'd like to clean up:
[1] For example,
[[no_unique_address]]was discussed but nothing has materialized so far.All reactions