Json-Type: JSON Push Parsing and Type Checking - News
Released Json-Type v0.10.1
Item posted by Ştefan Vargyas / István <stvar> on Tue 14 Nov 2017 07:57:44 PM UTC.
Work done both in the library and in the front-end program:
- found and fixed a bug (#38) in the library (see the latest entry in BUGS);
- removed the CONFIG_PTR_* parameters in 'config.h' relating to non-standard pointer operations; also removed the library code under the control of these configuration parameters;
- adjusted the source code for it to be consumed cleanly by GCC 7.2.0 (that is build Json-Type with `-Wall -Wextra' getting no warnings);
- built and ran the front-end program and the library with GCC's 7.2.0 ASAN and, respectively, UBSAN instrumentation enabled: these instrumented binaries pass the entire test suite of Json-Type;
- several minor code corrections and clean-ups in the library, in the front-end program and also in the test suite.
Added a new documentation file 'doc/clang-build.txt' which describes briefly patching the source tree (with the attached patch file 'doc/clang-build.patch') for to be able to obtain a clean build from Clang 3.4 or newer.
Powered by Savane 3.14-50d9.
Corresponding source code