Skip to content

more misc stage2 fixes - #11733

Merged
andrewrk merged 4 commits into
ziglang:masterfrom
Vexu:stage2
May 27, 2022
Merged

more misc stage2 fixes#11733
andrewrk merged 4 commits into
ziglang:masterfrom
Vexu:stage2

Conversation

@Vexu

@VexuVexu commented May 26, 2022

Copy link
Copy Markdown
Member

Closes#11135
Closes#11543
Closes#11632
Closes#11179

Comment threadsrc/Sema.zig Outdated
const msg = try sema.errMsg(
block,
elem_index_src,
"values of type '{}' must be comptime known, but index value is runtime known ",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found the CI error:

Suggested change
"values of type '{}' must be comptime known, but index value is runtime known",
"values of type '{}' must be comptime known, but index value is runtime known",

@andrewrk
andrewrk merged commit 4994ac1 into ziglang:masterMay 27, 2022
TUSF pushed a commit to TUSF/zig that referenced this pull request May 9, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants

@Vexu@andrewrk