-
Notifications
You must be signed in to change notification settings - Fork 567
refactor: remove xgenny embed walker #4677
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
Conversation
…mbedwalker # Conflicts: # ignite/cmd/chain.go # ignite/services/chain/proto.go
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.
lgtm!, one nit
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 the rationale of removing the app path everywhere? will it look only for relative directory? what if you use ignite from outside the directory, using the --path
flag (not in front of my laptop, i'll try locally what i mean to see if that still works)
…mbedwalker # Conflicts: # ignite/services/scaffolder/init.go # ignite/templates/ibc/packet.go # ignite/templates/message/message.go # ignite/templates/testutil/register.go # ignite/templates/typed/typed.go
We are not using the app path, which was only for the |
close #3393