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

Revisions №62237

branch: rosetta:main 「№62237」
Commited by: lyskov-ai
GitHub commit link: 「5c9f6db69d1a20db」
Difference from previous tested commit:  code diff
Commit date: 2026-04-30 13:16:34
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization m1.clang.cxx11thread.serialization.build.debug build.header build.levels build.ninja_debug m1.clang.cxx11thread.serialization.build.release m1.clang.python312.build.release 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 m1.clang.python310.release.PyRosetta.MinSizeRel m1.clang.python311.release.PyRosetta.MinSizeRel mac.clang.python313.release.PyRosetta.MinSizeRel m1.clang.python310.release.PyRosetta.Release mac.clang.python310.release.PyRosetta.Release mac.clang.python312.release.PyRosetta.Release mac.clang.python313.release.PyRosetta.Release scientific.antibody_h3_modeling scientific.ligand_docking scientific.loop_modeling_kic_12res scientific.mp_f19_tilt_angle.debug 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

Refactor izstream raw zip_stream_p_ pointer to unique_ptr (#664) ## Summary - `izstream` held a raw owning `zlib_stream::zip_istream*` managed by a custom destructor, with copy/assignment only blocked by inherited `private` declarations in `irstream` — no explicit policy on `izstream` itself - Replace `zip_stream_p_` with `std::unique_ptr<zlib_stream::zip_istream>`, eliminating the manual `delete` in the destructor - Explicitly `= delete` copy constructor and copy assignment directly on `izstream` - Update all allocation/reset sites in `izstream.hh` and `izstream.cc` to use `unique_ptr::reset()` ## Test plan - [x] `utility/io` builds cleanly in debug mode - [x] Full debug build passes with no errors

...
Test: linux.clang.integration.release_debug_no_symbols

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