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

Revisions №21188

branch: rosetta:commits 「№21188」
Commited by: lyskov-ai
GitHub Pull Request link: 「№667」
Merge: 「8556abcec」「d06df99ed」  code diff
Scheduled at: 2026-04-30 10:37:27.891870
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 №667 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/ozstream-unique-ptr Merge: 8556abcecef09877257656a5144b1902b5f7c699←d06df99ede8699393ad8a30e570bcaeede24699d Refactor ozstream raw pointers to unique_ptr; modernize orstream copy ops ---------------- Merge commit message: Refactor ozstream raw pointers to unique_ptr; modernize orstream copy ops Replace three raw owning pointers in ozstream (char_buffer_p_, zip_stream_p_, mpi_stream_p_) with std::unique_ptr, eliminating manual delete/nullptr pairs throughout open(), open_append(), open_append_if_existed(), close(), and the buffer helpers. Also replace the old private-undefined copy ctor/assignment in orstream with explicit = delete, consistent with the irstream/izstream refactor.

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

Failed sub-tests (click for more details):
replica_docking
Test: linux.clang.integration.release_debug_no_symbols

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