Merge remote-tracking branch 'origin/topic/vern/standalone-event-groups'

* origin/topic/vern/standalone-event-groups:
  tracking of event groups for compilation to standalone-C++
This commit is contained in:
Tim Wojtulewicz 2025-09-17 14:28:32 -07:00
commit ef9ffda2ef
19 changed files with 162 additions and 70 deletions

View file

@ -48,7 +48,8 @@ extern void register_body__CPP(CPPStmtPtr body, int priority, p_hash_type hash,
// Same but for standalone function bodies.
extern void register_standalone_body__CPP(CPPStmtPtr body, int priority, p_hash_type hash,
std::vector<std::string> events, void (*finish_init)());
std::vector<std::string> events, std::string module_group,
std::vector<std::string> attr_groups, void (*finish_init)());
// Registers a lambda body as associated with the given hash. Includes
// the name of the lambda (so it can be made available as a quasi-global