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

Revisions №21191

branch: rosetta:commits 「№21191」
Commited by: lyskov-ai
GitHub Pull Request link: 「№673」
Merge: 「5c9f6db69」「aa9828ef3」  code diff
Scheduled at: 2026-04-30 16:40:19.457820
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 №673 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/basic-modernize-copy-prevention Merge: 5c9f6db69d1a20db6353738e3724092516415bd3←aa9828ef329b75e624b5d314be79edd69207c8d0 Modernize copy prevention in basic/ComparingTracer and MessageListenerFactory ---------------- Merge commit message: Modernize copy prevention in basic/ComparingTracer and MessageListenerFactory ComparingTracer: replace private-undefined copy ctor with public = delete; also explicitly delete copy assignment (std::fstream member makes copies impossible anyway, but = delete documents the intent clearly). MessageListenerFactory: remove redundant private-undefined copy ctor and assignment -- SingletonBase already deletes them via inheritance.

...
Test: linux.gcc.mpi.serialization.integration.mpi

Failed sub-tests (click for more details):
replica_docking