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

Revisions №62241

branch: rosetta:main 「№62241」
Commited by: lyskov-ai
GitHub commit link: 「c77152cdb24ed7b0」
Difference from previous tested commit:  code diff
Commit date: 2026-05-07 14:03:55
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.PyRosetta.unit ubuntu-24.04.gcc.python311.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit gcc-10.gcc.cxx11thread.serialization.build.debug gcc-9.gcc.build.debug mpi mpi.serialization m1.clang.build.debug m1.clang.python313.build.debug ubuntu.clang.python313.build.debug ubuntu.gcc.python313.build.debug ubuntu.gcc.python314.build.debug build.header build.levels build.ninja_debug m1.clang.python313.build.release m1.clang.python314.build.release mac.clang.python311.build.release ubuntu-22.04.clang.cxx11thread.serialization.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 mac.clang.python310.release.PyRosetta.MinSizeRel mac.clang.python312.release.PyRosetta.MinSizeRel release.PyRosetta.Release linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify unit.release unit.ubsan linux.clang.python310.unit linux.clang.python311.unit linux.clang.python39.unit m1.clang.python313.unit m1.clang.python314.unit mac.clang.python311.unit ubuntu.gcc.python310.unit ubuntu.gcc.python314.unit ubuntu.gcc.python39.unit util.apps windows.build.debug windows.build.release

Modernize copy prevention in utility/signals classes to use = delete (#668) ## Summary - Replace old-style private-and-undefined copy constructor/assignment in five `utility/signals` classes with explicit `= delete` - Affected classes: `SignalHub`, `BufferedSignalHub`, `PausableSignalHub`, `TokenHub`, `LinkUnit` - Also explicitly deletes the `LinkUnit` default constructor (was previously also private-undefined) - Pure mechanical modernization — no behavioral change ## Motivation The pre-C++11 idiom of declaring copy ops private with no definition produces a linker error on misuse rather than a clear compile-time diagnostic. `= delete` gives an immediate, descriptive compiler error at the call site and is the modern idiomatic approach.

...
Test: mac.clang.python39.integration

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