-
Notifications
You must be signed in to change notification settings - Fork 212
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 Cairo program template #2952
Conversation
4c78164
to
5e3995b
Compare
0bbd4a5
to
2f2329b
Compare
5e3995b
to
cebf68d
Compare
2f2329b
to
09c7caa
Compare
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.
Let's also mention that somewhere in the forge guide.
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.
snforge new
fails, is it expected?
Created package.
Removing cairo_test from dev-dependencies
error: cannot get dependencies of `[email protected]`
Caused by:
cannot find package `assert_macros ^2.11.3`
[ERROR] Failed to fetch created project: `scarb` exited with error
For me it works, both on scarb 2.8.5 and 2.10.0. Which version are you using @kkawula ? Are you sure you've pulled last changes? |
… into 2850-cairo-program-template
It is due to setting assert macros to Scarb version instead of Cairo version, the problem occurs only for Scarb |
Closes #2841
Towards #2850
Introduced changes
scarb new
for cairo test runnerstarknet_forge_template
->snforge_templates
assert_macros
version set in a templateChecklist
CHANGELOG.md