-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
A machine with "closed hooks" should only allow hooks that have been explicitly specified as available in source
Hooks should be open by default
machine_name: "example";
hooks: open;
machine_name: "example";
hooks: closed;
- Grammar issue: hooks: open; and hooks: closed; in grammar #644
- Compiler issue: hooks: open; and hooks: closed; in compiler #645