jaydoane commented on issue #762: Use fully qualified call to allow code upgrade URL: https://github.com/apache/couchdb/pull/762#issuecomment-323478044 Curiously, I'm not seeing the expected behavior described under **Testing recommendations**. I modified rexi_monitor.erl to export `wait_monitors/1`, and then ran the test: ```erlang ([email protected])17> Self = self(), spawn(fun() -> rexi_monitor:wait_monitors(Self) end). <0.6576.228> ([email protected])18> code:soft_purge(rexi_monitor). true ``` Nevertheless, this PR LGTM +1 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
