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

Revisions №21197

branch: rosetta:commits 「№21197」
Commited by: lyskov-ai
GitHub Pull Request link: 「№674」
Merge: 「5c9f6db69」「77f1ba2d6」  code diff
Scheduled at: 2026-04-30 20:14:47.883650
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 №674 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/basic-otstream-copy-prevention Merge: 5c9f6db69d1a20db6353738e3724092516415bd3←77f1ba2d66e0e1ec62e5d9dd75cc9bb7c64eb770 Modernize copy prevention in basic_otstream and TracerImpl ---------------- Merge commit message: Modernize copy prevention in basic_otstream and TracerImpl basic_otstream: replace private undefined copy ctor with explicit = delete in the public section for both copy ctor and copy assignment. Add a comment explaining why: the destructor calls delete this->rdbuf(), so a copy sharing the same buffer would cause a double-free. TracerImpl: move the already-deleted copy ctor from private to public and add the missing copy assignment = delete.

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

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