Niels Lohmann

Results 421 comments of Niels Lohmann

Please check the results of the CI and update to the latest develop branch.

The change will break existing code, so it cannot be introduced in the 3.x.x versions. I would propose to guard the test/throwing code with a preprocessor symbol so that the...

@domsoll Can you please update to the latest `develop` version to resolve the conflicts?

Thanks! Can you please run the amalgamation (make amalgamate)?

> @nlohmann we define `JSON_USE_IMPLICIT_CONVERSIONS` as `0` and still lots of such mistakes go unnoticed. These now amount to more than half the crashes in our library. Could you help...

I am aware of the issue, but have not found the time to look into it.

I can confirm that the calculated patch is not the shortest one. However, it is correct, thus I removed the "bug" label. The currently implemented `diff` algorithm is not optimal....

Related discussion: https://github.com/nlohmann/json/discussions/3473

Thanks! It seems @falbrechtskirchinger is working in #3446 on similar issues - can you please check whether his adjustments go in the same direction?