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

GOAL: pleasant to use as part of a compiler's testsuite #60

Open
1 of 5 tasks
Gankra opened this issue Jul 7, 2024 · 2 comments
Open
1 of 5 tasks

GOAL: pleasant to use as part of a compiler's testsuite #60

Gankra opened this issue Jul 7, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@Gankra
Copy link
Owner

Gankra commented Jul 7, 2024

This is a metabug to track things needed for abi-cafe to be pleasant to incorporate into a compiler's testsuite.

@Gankra Gankra added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Jul 7, 2024
@Gankra
Copy link
Owner Author

Gankra commented Jul 7, 2024

cc @bjorn3, if you have any asks you want to make, or issues you want to raise!

@Gankra
Copy link
Owner Author

Gankra commented Jul 7, 2024

One thing not noted here because I've put a bunch of work into improving it: a lot of the existing reasons you would need to checkout the entire codebase are improved:

  • All the builtin test files are statically included in the binary
  • We accept a cli flag for runtime inclusion of additional test files
  • We no longer need procgen output to be checked in
  • We no longer write generated source to random dirs, it's all in target

Test expectations and cc-forking are the last big holdouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant