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

Revisions №62247

branch: rosetta:main 「№62247」
Commited by: lyskov-ai
GitHub commit link: 「80efd178b93d19b7」
Difference from previous tested commit:  code diff
Commit date: 2026-05-08 18:02:21
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 m1.clang.cxx11thread.serialization.build.debug 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 gcc-11.gcc.unit util.apps windows.build.debug windows.build.release

Modernize copy prevention in basic/ComparingTracer and MessageListenerFactory (#673) Two related cleanups in `basic/`: **`ComparingTracer.hh`**: Replace private-and-undefined copy constructor with public `= delete`; also explicitly delete copy assignment. The `std::fstream` member already makes copies impossible, but `= delete` documents the intent at the class level. **`mpi/MessageListenerFactory.hh`**: Remove the redundant private-undefined copy constructor and copy assignment. `MessageListenerFactory` inherits from `utility::SingletonBase<MessageListenerFactory>`, which already deletes both copy operations — the manual declarations were dead code.

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

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