-
Notifications
You must be signed in to change notification settings - Fork 232
Run tests on a new and compatibility plugin #3502
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
base: spr/master/dc2f7a0d
Are you sure you want to change the base?
Conversation
39770df
to
8bad799
Compare
792d9d7
to
d181402
Compare
8bad799
to
d776708
Compare
d181402
to
9d73856
Compare
d776708
to
ce7d760
Compare
0196e33
to
db92b64
Compare
db92b64
to
d7e674b
Compare
0af99ff
to
1968a6b
Compare
3186dc4
to
33f45dd
Compare
2b93435
to
bcb3b83
Compare
f612cfa
to
e80a639
Compare
00670f3
to
6b9ad82
Compare
e80a639
to
0dfb245
Compare
6b9ad82
to
ad5c0db
Compare
0dfb245
to
dd729c7
Compare
.github/workflows/ci.yml
Outdated
- uses: software-mansion/setup-scarb@v1 | ||
with: | ||
scarb-version: 2.10.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be annoying during local development, it will format with Scarb 2.12
, but CI will check formatting with version 2.10.1
. It would be better to simply omit std compatibility in this check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change that
@@ -1,2 +1,2 @@ | |||
scarb nightly-2025-06-18 | |||
scarb nightly-2025-06-18 2.10.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's on purpose, the new tests need both scarb 2.10.1 and 2.12 (pre-release). It turns out you can have multiple versions in .tool-versions
and asdf install
will install all of them (but use the first).
dd729c7
to
6f0ae3c
Compare
8f8951e
to
aa92710
Compare
6f0ae3c
to
f768358
Compare
commit-id:aa2a40e5
aa92710
to
d2431f5
Compare
f768358
to
72c4761
Compare
Stack:
supports-panic-backtrace
test condition #3503_std
packages #3470snforge_std
orsnforge_std_compatibility
insnforge
new #3466_compatibility
plugin #3465_compatibility
package #3464scarbfmt
#3419