Summary
repl#quit should invoke exit-handler in csi
Metadata
- Id: 7e657c773aa0a6c2d51e53ce90de4f156bc78f3d
- Trac id: 1751
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty: trivial
- Resolution: invalid
- Priority: minor
- Milestone: 5.3
- Version: 5.2.0
- Changetime: 2021-04-21 14:02:14 UTC
- Created: 2021-04-21 13:42:31 UTC
- Keywords:
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...