Summary

repl#quit should invoke exit-handler in csi

Metadata

Description

The `,q` command in csi invokes `quit`, which `repl` rebinds to invoke the continuation. It would be better to ensure `exit` is called after `repl` returns to make sure exit handlers are invoked.

Changes and comments

[2021-04-21 14:02:14 UTC] felix changed status from new to closed

[2021-04-21 14:02:14 UTC] felix set resolution to invalid

[2021-04-21 14:02:14 UTC] felix wrote:

ok, found `implicit-exit-handler`, nevermind...