The GitHub Actions job "CI" on kvrocks.git/unstable has succeeded. Run started by GitHub user PragmaTwice (triggered by PragmaTwice).
Head commit for run: 285874d6afcec61d2d11f6529aa5ae129e37942d / Aleks Lozovyuk <aleks.rai...@gmail.com> chore(deps): bump jsoncons 1.4.0 (#3152) Bump jsoncons 1.4.0 (changelog: https://github.com/danielaparker/jsoncons/releases/tag/v1.4.0) Key changes - Use std::from_chars for chars to double conversion when supported in GCC and VC - New reflection trait definitions, jsoncons::reflect::json_conv_traits, that support non-throwing conversions and uses-allocator construction - New non-throwing versions of the decode/encode functions that return a std::expected-like result - New non-throwing accessor try_as<T>() for basic_json that return a std::expected<T,conversion_error>-like result - Until now, the reflection traits generated by the convenience macros JSONCONS_ALL_MEMBER_TRAITS etc. produced JSON (or other formats) with object names in sorted order. After this release, they will produce JSON, BSON etc. with object names in the order that they appear as macro arguments. - The allocator_set helper functions combine_allocators and temp_allocator_only have been deprecated and will be removed in a future release. Use make_alloc_set instead - basic_json::dump and encode_json overloads that take a jsoncons::indenting argument have been deprecated and will be removed in a future release - Breaking change to staj iterator classes Report URL: https://github.com/apache/kvrocks/actions/runs/17365488974 With regards, GitHub Actions via GitBox