mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-21 23:32:15 +00:00
Add a 4th check that compares IDL-generated file sets between configure.py and CMake. Previously only compilation flags, link targets, and linker settings were compared — a missing IDL entry (like strong_consistency/groups_manager.idl.hh in PR #28843) would go undetected. The extractors parse ninja build statements from both systems and normalize to a canonical relative path (e.g. cache_temperature.dist.hh) for comparison. configure.py outputs are filtered by mode; CMake outputs handle the | separator for implicit outputs in ninja build lines. Also update the documentation to mention the new check.
Scylla developer documentation
This folder contains developer-oriented documentation concerning the ScyllaDB codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.