Skip to content
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 some stage1 test cases to stage2 #14984

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Conversation

mlugg
Copy link
Member

@mlugg mlugg commented 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 async/await/suspend/resume #6025.

Resolves: #14849

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 andrewrk merged commit 3a25f6a into ziglang:master Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

port the remaining stage1 compile error test cases to have stage2 coverage
2 participants