Skip to content

optimize: remove Local implementation and replace with a call to Global

Sebastien Binet requested to merge globalshell into master

Created by: btracey

This PR starts the process described in #482 (closed). It removes the existing Local implementation, replacing with a function that wraps Method to act as a GlobalMethod. This PR also adds a hack to fix an inconsistency with FunctionConverge between Global and Local (and a TODO to make it not a hack in the future). Finally it improves the Global documentation to help with shutdown.

Merge request reports