emacs-jupyter/test
Nathaniel Nicandro 1fa6ed4e5f Remove the jupyter-ioloop-handler method
Replace it with a handler function passed to `jupyter-ioloop-start`.

* jupyter-ioloop-comm.el: Do it.

* jupyter-channel-ioloop-comm.el: Do it.

* jupyter-channel-ioloop-comm.el: Do it.

* jupyter-ioloop.el: Do it. Update comments and doc.
(jupyter-ioloop--delete-process): Remove. It was used to perform
cleanup when the object used for dispatching to a handler method was
garbage collected. Since we no longer rely on having an object for
dispatching, preferring just a function to call, its not needed.

(jupyter-ioloop--make-filter): Fall back to calling handler function
instead of `jupyter-ioloop-handler`. Only handle ioloop start/stop
events internally. This means we can remove the check for those in
`jupyter-ioloop-comm`.

* test/jupyter-test.el: Update tests to take into account above
  changes.
2021-04-22 09:51:36 -05:00
..
jupyter-server-test.el Use :extra methods for org-babel-jupyter-parse-session 2021-04-22 09:51:36 -05:00
jupyter-test.el Remove the jupyter-ioloop-handler method 2021-04-22 09:51:36 -05:00
jupyter-tramp-test.el Bump version 2020-04-07 15:13:51 -05:00
test-helper.el Bump version 2020-04-07 15:13:51 -05:00