Skip to content

lib,src: update cluster to use Parent

Doc deprecate isMaster and setupMaster in favor of isParent and setupParent.

Signed-off-by: Michael Dawson mdawson@devrus.com

Given the effort to change the master branch to main, this may be appropriate as a path forward on the other main reference to master in in the project.

It could be breaking despite the original methods not going away in the context of monkey patching as existing monkey patches would not cover both methods.

Just thought I'd see what people think in terms of what it currently would like like as a change.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading