-
-
Notifications
You must be signed in to change notification settings - Fork 539
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(sea-orm-cli): output log about generated file name. #735
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.
Hey @kyoto7250, thanks for the contributions! Looking good!
@billy1624 |
I missed CI failed notification. The problem seems to be that tracing is not initialized during unit testing. |
Avoid multiple initializations Co-authored-by: Billy Chan <[email protected]>
I fixed it. |
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.
Hey @kyoto7250, sorry for being so picky. We want to keep the code as clean as possible. I still think there is room for refactoring, please review the commit below and feel free to cherry pick it
@billy1624 |
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.
Thanks! @kyoto7250
Hey there, I’m still quite new to rust in general so more of question here. |
Hey @Irykson, welcome and good questions! I think generally speaking |
I aggre @billy1624 . |
Thanks for the reply and your warm welcome @billy1624! |
maybe, yes :) and I think it is not now. |
@Irykson yeah usually what would happen is when we impl Display get_info will be called inside the function |
Thank you all for making a better developer experience for all |
PR Info
close : [CLI] Show progress when generating entity files #722
Adds
Breaking Changes
example output
It is my first PR in this repo.
Thank you in advance :)