「view this page in B3 βῆτα server」

Revisions №21176

branch: rosetta:commits 「№21176」
Commited by: lyskov-ai
GitHub Pull Request link: 「№661」
Merge: 「068bd8532」「9b302e32e」  code diff
Scheduled at: 2026-04-27 17:42:16.426888
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Pull Request №661 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/pimpl-unique-ptr-xml-schema Merge: 068bd85322153b1ddc5a354f8cf0633a5631e9fa←9b302e32e1eda33df31b186c33ea081c097ac445 Refactor pimpl pointers in XMLSchemaComplexTypeGenerator and XMLValidator to unique_ptr ---------------- Merge commit message: Refactor pimpl pointers in XMLSchemaComplexTypeGenerator and XMLValidator to unique_ptr Replace raw owning `class Impl*` members with `std::unique_ptr<class Impl>`, allowing destructors to be defaulted and making ownership explicit in the type system.