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

Revisions №21207

branch: rosetta:commits 「№21207」
Commited by: lyskov-ai
GitHub Pull Request link: 「№685」
Merge: 「b8e64ecdc」「c84621a02」  code diff
Scheduled at: 2026-05-01 14:05:18.798501
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 №685 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/core-factory-copy-prevention Merge: b8e64ecdc0338b77c231760f7f9bdcd4d500a240←c84621a02ce0a6cce0beb378ea0463316a2d1ade Modernize copy prevention in core factory singletons and non-copyable classes ---------------- Merge commit message: Modernize copy prevention in core factory singletons and non-copyable classes SilentStructFactory, ConstraintFactory, and SequenceFactory all inherit from SingletonBase, which already = delete's copy construction and copy assignment. Remove the now-redundant private unimplemented declarations from each derived class. OrbitalsStatistics and AtomTreeDiff had private-but-undefined copy constructors (pre-C++11 idiom); replace with explicit = delete on both copy constructor and copy assignment.

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

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

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