-
Notifications
You must be signed in to change notification settings - Fork 188
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
feat(core): use Cairo proc macros #2710
base: main
Are you sure you want to change the base?
Changes from all commits
2520b02
05316e5
fa8d622
56ef856
3a680f2
9cdb3ac
dcdc35c
7af57a9
bfd9997
479c7b0
567c294
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,7 +117,7 @@ jobs: | |
scarb --manifest-path examples/spawn-and-move/Scarb.toml fmt --check | ||
scarb --manifest-path examples/simple/Scarb.toml fmt --check | ||
scarb --manifest-path crates/dojo/core/Scarb.toml fmt --check | ||
scarb --manifest-path crates/dojo/core-cairo-test/Scarb.toml fmt --check | ||
scarb --manifest-path crates/dojo/core-foundry-test/Scarb.toml fmt --check | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wondering if we should keep both during a time? Since everybody may not migrate to foundry (at least for now?). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But proc macros are disabled with the cairo test runner, so if we keep |
||
|
||
dojo-core-test: | ||
needs: build | ||
|
@@ -132,8 +132,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- run: | | ||
chmod +x /tmp/bins/sozo | ||
/tmp/bins/sozo --manifest-path crates/dojo/core/Scarb.toml test | ||
/tmp/bins/sozo --manifest-path crates/dojo/core-cairo-test/Scarb.toml test | ||
/tmp/bins/sozo --manifest-path crates/dojo/core-foundry-test/Scarb.toml test | ||
|
||
dojo-spawn-and-move-example-test: | ||
needs: build | ||
|
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.
I will do a run on a dojo branch to generate a container that you can use to work with it.
We're about to bump cairo, will do this right after. Like so you can also update to cairo
2.9
. 👍