-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add test for athena-framework
#56
Conversation
FWIW prob be fine to just close this. I have nightly CI setup for formatter and each supported OS. So no need to also maintain this to do the same thing. |
The point of this repository is to gauge the effect of changes on important code bases in the ecosystem. It allows us to run tests with specific development builds of the compiler and stdlib. |
Co-authored-by: George Dietrich <[email protected]>
Co-authored-by: George Dietrich <[email protected]>
The shards install failure is weird: https://github.com/crystal-lang/test-ecosystem/actions/runs/11276440947/job/31360217345?pr=56
Reproduces on Linux and macOS, but not on Windows. I also cannot reproduce on Linux locally. |
Is this tool intended to run against the lastest released version, or the latest code in master? EDIT: I bet it's in there twice because it's both a dev and non-dev dependency? |
It runs against master. That's usually best because in case there are some incompatibilities with the current Crystal master, they might be fixed but not released yet. |
Alright, in that case I'd prob just do like |
That fixed it. Still something is odd in the And there's a spec failure in |
Is prob because it's both a dev and non-dev dependency?
I think what's going on here is Athena specs have 2 diff "types" So I guess to fix this, I could either:
3 sounds pretty reasonable, I'll put together a PR and get merged then can re-run that spec. |
That shouldn't be an issue. |
@straight-shoota This looks good now. |
No description provided.