-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Waylon/init build #389
Waylon/init build #389
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.
Left comments. Also curious about the reasoning behind the file structure choices.
@@ -0,0 +1,26 @@ | |||
use std::process::Command; | |||
|
|||
pub(crate) fn bind_forge() -> std::io::Result<()> { |
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.
bind_forge
not forge_bind
?
let toml = format!( | ||
r#"[package] | ||
name = "{} Simulation" | ||
name = "arbitersim" |
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 was wrong with the other name?
Closes #374
Closes #388