024 registry scope composition

? Unknown Status unknown.

Code

input.kz

Flows

flow ~register click a branch to expand · @labels scroll to their anchor
register (source: std/io:println)
flow ~register click a branch to expand · @labels scroll to their anchor
register (source: scope(internal) // Compose: include internal scope users:* // Glob: all events under users.*)
flow ~register click a branch to expand · @labels scroll to their anchor
register (source: scope(user) // Compose: include user scope admin:* // Glob: all admin events [debug]debug:* // Conditional: only with --debug flag)
flow ~parse.source click a branch to expand · @labels scroll to their anchor
parse.source (source: USER_CODE, file_name: "user.kz", allocator: std.heap.page_allocator)
flow ~parse.source click a branch to expand · @labels scroll to their anchor
parse.source (source: DEBUG_CODE, file_name: "debug.kz", allocator: std.heap.page_allocator)
flow ~parse.source click a branch to expand · @labels scroll to their anchor
parse.source (source: USER_CODE, file_name: "user2.kz", allocator: std.heap.page_allocator)
flow ~parse.source click a branch to expand · @labels scroll to their anchor
parse.source (source: ADMIN_CODE, file_name: "admin.kz", allocator: std.heap.page_allocator)

Test Configuration

MUST_RUN