Compare commits

..

1 Commits

Author SHA1 Message Date
aa76d7e081 Reproduce command
Some checks failed
CI / ci (RelWithDebInfo, ubuntu-latest) (pull_request) Successful in 1h30m4s
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 1h30m23s
CI / ci (MinSizeRel, ubuntu-latest) (pull_request) Successful in 1h31m28s
CI / ci (Debug, ubuntu-latest) (pull_request) Has been cancelled
CI / ci (Debug, ubuntu-latest) (push) Has started running
CI / ci (MinSizeRel, ubuntu-latest) (push) Has started running
CI / ci (RelWithDebInfo, ubuntu-latest) (push) Has started running
CI / ci (Release, ubuntu-latest) (push) Has started running
2025-06-21 10:08:47 -06:00
2 changed files with 1 additions and 2 deletions

View File

@ -34,4 +34,3 @@ jobs:
./generate.sh
./build.sh
./build/bb test
./build/bb reproduce

View File

@ -18230,7 +18230,7 @@ compile = fn (arena: &Arena, options: CompileOptions) void
definition_global.& = {
.variable = {
.storage = definition_storage,
.type = get_slice_type(&module, uint8(module)),
.type = get_slice_type(&module, uint8(&module)),
.scope = &module.scope,
.name = definition.name,
zero,