Jakob Blomer
Jakob Blomer
Regarding the RNTuple failures, one issue is the endianness (big-endian), which is addressed in #10402
I'm looking into them with a VM. It's a slow process so it will take a few days before I have results.
I created a debug build and the only failing tests I see are the ones connected to quantized floats (@silverweed something we need to look into). I'll create a release...
I get the same result with a `RelWithDebugInfo` build. Trying again with a `Release` build.
@ellert I do see issues with quantized floats -- but these are the only issues I can reproduce. Neither debug nor release builds show the avalanche of issues from the...
Draft for now. We don't want to merge it before CHEP in order to not impact benchmarks done on master.
Note: clang-format is fine with the changes except that it doesn't understand string literals.
In addition, enum fields and atomic files have no attched columns.
Here is a suggestion with `BinaryFormatSpecification.md` and, for consistency, `Architecture.md` (capitalized).
> It seems this breaks the plugin mechanism for `RRawFileDavix` without `runtime_cxxmodules`, probably because ROOT cannot locate which library to load. Maybe we can get around it with `#pragma link...