-
Notifications
You must be signed in to change notification settings - Fork 12
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
modules: prepare modules list #1041
base: master
Are you sure you want to change the base?
Conversation
7db5343
to
32f96aa
Compare
952086d
to
82e3317
Compare
32f96aa
to
b8a7313
Compare
82e3317
to
dba2492
Compare
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 don't like the idea of implementing something without an ability to test it. In the future, we need to split an issues or API design taking into account that you will need to write tests at each step
Ok now.
// for name, path := range externalModules { | ||
// commandPath := rootCmd.Name() + " " + name | ||
// modulesInfo[commandPath] = &ModuleInfo{ | ||
// IsInternal: false, | ||
// ExternalPath: path, | ||
// } | ||
// } |
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.
The code is unused and should be removed than.
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.
Add a comment to don't forget adjust the commented code.
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.
Please, the information into the issue. We don't need such comments in the code since we use CVS and can look back in history.
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.
There is something broken in tests.
b8a7313
to
2378be6
Compare
dba2492
to
bf17d85
Compare
2378be6
to
7d17211
Compare
bf17d85
to
07878bf
Compare
288d595
to
95a94bb
Compare
95a94bb
to
db292f8
Compare
07878bf
to
f2d4f80
Compare
db292f8
to
934c56e
Compare
f2d4f80
to
6ca0169
Compare
Find possible modules by manifest.yaml or main executable. Closes #1014
6ca0169
to
4639af5
Compare
Find possible modules by manifest.yaml or main executable.
Closes #1014