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

Revisions №297

branch: release 「№297」
Commited by: Steven Lewis
GitHub commit link: 「4d5a9693c0319517」 「№5607」
Difference from previous tested commit:  code diff
Commit date: 2021-09-22 20:45:44
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
linux.clang.cxx11thread.serialization.python37.PyRosetta4.unit mac.PyRosetta.unit mysql postgres mpi mpi.serialization linux.icc.build.debug OpenCL build.header build.levels static serialization integration.mpi performance profile linux.clang.python27.release.PyRosetta4.Debug linux.clang.python36.release.PyRosetta4.Debug linux.clang.python37.release.PyRosetta4.Debug linux.clang.python38.release.PyRosetta4.Debug linux.clang.python39.release.PyRosetta4.Debug mac.clang.python27.release.PyRosetta4.Debug mac.clang.python36.release.PyRosetta4.Debug mac.clang.python37.release.PyRosetta4.Debug mac.clang.python38.release.PyRosetta4.Debug mac.clang.python39.release.PyRosetta4.Debug linux.clang.python27.release.PyRosetta4.MinSizeRel linux.clang.python36.release.PyRosetta4.MinSizeRel linux.clang.python37.release.PyRosetta4.MinSizeRel linux.clang.python38.release.PyRosetta4.MinSizeRel linux.clang.python39.release.PyRosetta4.MinSizeRel mac.clang.python27.release.PyRosetta4.MinSizeRel mac.clang.python36.release.PyRosetta4.MinSizeRel mac.clang.python37.release.PyRosetta4.MinSizeRel mac.clang.python38.release.PyRosetta4.MinSizeRel mac.clang.python39.release.PyRosetta4.MinSizeRel ubuntu.clang.python27.release.PyRosetta4.MinSizeRel ubuntu.clang.python36.release.PyRosetta4.MinSizeRel ubuntu.clang.python37.release.PyRosetta4.MinSizeRel ubuntu.clang.python38.release.PyRosetta4.MinSizeRel ubuntu.clang.python39.release.PyRosetta4.MinSizeRel linux.clang.python27.release.PyRosetta4.Release linux.clang.python36.release.PyRosetta4.Release linux.clang.python37.release.PyRosetta4.Release linux.clang.python38.release.PyRosetta4.Release linux.clang.python39.release.PyRosetta4.Release mac.clang.python27.release.PyRosetta4.Release mac.clang.python36.release.PyRosetta4.Release mac.clang.python37.release.PyRosetta4.Release mac.clang.python38.release.PyRosetta4.Release mac.clang.python39.release.PyRosetta4.Release ubuntu.clang.python27.release.PyRosetta4.Release ubuntu.clang.python36.release.PyRosetta4.Release ubuntu.clang.python37.release.PyRosetta4.Release ubuntu.clang.python38.release.PyRosetta4.Release ubuntu.clang.python39.release.PyRosetta4.Release linux.clang.cxx11thread.serialization.python36.release.PyRosetta4.conda.Release linux.clang.cxx11thread.serialization.python37.release.PyRosetta4.conda.Release linux.clang.cxx11thread.serialization.python38.release.PyRosetta4.conda.Release linux.clang.cxx11thread.serialization.python39.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python36.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python37.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python38.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python39.release.PyRosetta4.conda.Release release.PyRosetta4.documentation linux.gcc.static.release.binary mac.clang.static.release.binary release.source linux.scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps

Merge pull request #5607 from CyrusBiotechnology/forcommons/hybridize_fix_disulf HybridizeProtocol: expose disulf_file_ internal HybridizeProtocol has two constructors. The default constructor assumes data will come in via XML, and DOES check the value of the fix_disulf flag, storing it into an internal string disulf_file_ for later use. The argumented constructor sets class internals via either the arguments or hardcoded defaults and does NOT check the options system - in fact the code is there, commented out. Cyrus was bitten by this difference. In our fork I am unifying their behavior, but I am uninterested in taking responsibility for making that type of default change globally. (If it were to be properly fixed, HybridizeProtocol should just use a different flag entirely for the purpose; as it is the C++ code in HybridizeProtocol does writing TO the option system to disable this flag during template read-in, because the flag is active at PDB read in time and causes templates to be misread when present...it's, uh, highly nonstandard). Here I expose disulf_file_ via a standard getter/setter and offer a unit tests that checks A) getting and setting work, and B) that the current constructor behaviors are maintained. I'm fine if RosettaCommons chooses to change the constructor behaviors to match each other in a subsequent PR (I will be doing so in our fork). I fixed the const & ness of the argumented ctor as a side effect; it made writing the unit test simpler because you can't pass a const string to a nonconst ref argument. TY sergey for kicking windows tests and Rocco for prompt review

...
Test: mac.clang.static.release.binary

 View log

Loading...

 View log in dialog  View log in log in separate window