-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor RustCycle constructors #75
Conversation
9f61ed5
to
dff05f8
Compare
@@ -226,13 +227,14 @@ pub fn main() -> anyhow::Result<()> { | |||
RustCycle::from_file(adopt_hd_string) | |||
} else { | |||
//TODO? use pathbuff to string, for robustness |
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.
@kylecarow , is this comment deprecated 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.
Not sure, that's leftover from Andrew Guttman. I think we could delete the TODO.
@calbaker This is ready to merge BTW |
RustCycle::new
andRustCycle.__new__
name
field)