Open
Description
Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).
The ModuleWatcher module (created inside the batch compiler) seems to notice changes to runmanager and indicates it will reload runmanager/__init__.py
. This occurs if you update runmanager via mercurial while runmanager is running.
This is probably undesirable since the batch compiler doesn't get explicitly reloaded, but the runmanager API inside batch compiler does get reloaded. This may lead to incompatibilities between the two.
I think this may be a result of pull request #18.
Note: There are already existing issues with ModuleWatcher, see issue #28.