-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added generation based on noir project. #79
Conversation
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.
Cool stuff, asked a few questions inline, but this looks promising!
|
||
[[require]] | ||
name = "Lampe" | ||
path = "./../../../../Lampe" |
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.
if this is autogenerated, it should point to lampe
on github and not local
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 thought that it is important for you to test for now. I've copied the comment and code with github commented is here https://github.com/reilabs/lampe/blob/piohei/noir_dependency_support/src/file_generator/lake/mod.rs#L20
Examples/test.sh
Outdated
fi | ||
|
||
$CLI | ||
if [[ "$lib_name" =~ Merkle ]]; then |
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.
Why do we need this? If this gets overwritten by the CLI, there should be no user-generated stuff in there, so we need to restructure the project
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.
yeah - this is something I know we need to change as I agree 100%. I'm not sure how yet - need to catch up on Lean ecosystem first.
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've change the generated structure in latest commits.
5c78192
to
7435395
Compare
0a2a508
to
d10ee87
Compare
52fa3a6
to
23c5f5e
Compare
|
||
lake exe cache get | ||
lake build | ||
|
||
rm $extracted | ||
mv $extracted_temp $extracted | ||
# We need to cleanup some space in GitHub as we run out of disk space when running tests |
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 needed to add this hack as we run out of disk space during e2e-test CI run.
@@ -0,0 +1,20 @@ | |||
#!/usr/bin/bash |
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.
Here is file simulating "user work" with the generated files.
This PRs introduces new way to generate output. Instead of single file whole Noir project is loaded and structure is being generated by the Lampe tool with for now only single
src/main.nr
extracted.