-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port the remaining stage1 compile error test cases to have stage2 coverage #14849
Labels
Milestone
Comments
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
labels
Mar 8, 2023
mlugg
added a commit
to mlugg/zig
that referenced
this issue
Mar 17, 2023
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * 'cases/compile_errors/async/*' and all remaining 'safety/*' depend on async; see ziglang#6025. Resolves: ziglang#14849
mlugg
added a commit
to mlugg/zig
that referenced
this issue
Mar 17, 2023
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * `cases/compile_errors/async/*` and all remaining `safety/*` depend on async; see ziglang#6025. Resolves: ziglang#14849
mlugg
added a commit
to mlugg/zig
that referenced
this issue
Mar 19, 2023
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * `cases/compile_errors/async/*` and all remaining `safety/*` depend on async; see ziglang#6025. Resolves: ziglang#14849
mlugg
added a commit
to mlugg/zig
that referenced
this issue
Mar 19, 2023
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * `cases/compile_errors/async/*` and all remaining `safety/*` depend on async; see ziglang#6025. Resolves: ziglang#14849
andrewrk
pushed a commit
that referenced
this issue
Mar 20, 2023
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * `cases/compile_errors/async/*` and all remaining `safety/*` depend on async; see #6025. Resolves: #14849
truemedian
pushed a commit
to truemedian/zig
that referenced
this issue
Mar 30, 2023
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * `cases/compile_errors/async/*` and all remaining `safety/*` depend on async; see ziglang#6025. Resolves: ziglang#14849
TUSF
pushed a commit
to TUSF/zig
that referenced
this issue
May 9, 2024
There are now very few stage1 cases remaining: * `cases/compile_errors/stage1/obj/*` currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix. * `cases/compile_errors/async/*` and all remaining `safety/*` depend on async; see ziglang#6025. Resolves: ziglang#14849
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extracted from test/compile_errors.zig. I am filing this issue because I am deleting these from the branch I am working on (#14647).
The text was updated successfully, but these errors were encountered: