fix(hook): Add missing hook_table_revert impl #286

Merged
icex2 merged 2 commits from pr286 into master 2024-02-25 11:09:12 +03:00
icex2 commented 2024-02-23 19:40:55 +03:00 (Migrated from github.com)
fix(hook): Add missing hook_table_revert impl Allow hooks to cleanup when they are shut down. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/djhackersdev/bemanitools/pull/286). * #298 * #297 * #296 * #295 * #294 * #293 * #292 * #291 * #290 * #289 * #288 * #287 * __->__ #286 * #285
willxinc (Migrated from github.com) approved these changes 2024-02-25 00:58:05 +03:00
willxinc (Migrated from github.com) left a comment

Looks good to me, just a question about the failure case, as well as an overall question about when this would be used

Looks good to me, just a question about the failure case, as well as an overall question about when this would be used
willxinc (Migrated from github.com) commented 2024-02-25 00:57:44 +03:00

should we log in this case?

should we log in this case?
icex2 (Migrated from github.com) reviewed 2024-02-25 11:00:34 +03:00
icex2 (Migrated from github.com) commented 2024-02-25 11:00:34 +03:00

We don't have logging available there. This is the capnhook package. =/

We don't have logging available there. This is the capnhook package. =/
icex2 commented 2024-02-25 11:03:23 +03:00 (Migrated from github.com)

Looks good to me, just a question about the failure case, as well as an overall question about when this would be used

Added reasoning to commit body.

> Looks good to me, just a question about the failure case, as well as an overall question about when this would be used Added reasoning to commit body.
Sign in to join this conversation.