| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
2 small comments
Sorry, something went wrong.
|
Can we add a "Module" suffix?
|
Sorry, something went wrong.
|
Mostly I'm just thinking out loud here, it just struct me as odd seeing verbs in module names. I was curious how common this was, and it's not uncommon: $verbs = (Get-Verb).Verb
Find-Module | ? { $modName = $_.Name; $verbs | ? { $modName.StartsWith($_) } }This gives my 97 modules, some of which sound more like scripts than modules, but it's hard to see without looking more closely. At any rate, consider this just one opinion, nothing more. |
Sorry, something went wrong.
|
I thought about how to easily find these modules using Get-Module. A common prefix can help instead of Test verb:
|
Sorry, something went wrong.
|
Jason Shirk (@lzybkr) Travis Plunk (@TravisEz13) In last commit I renamed modules (Removed approved verbs (Get-Verb) from module names). |
Sorry, something went wrong.
|
Jason Shirk (@lzybkr) Travis Plunk (@TravisEz13) Do I need something else to do here? |
Sorry, something went wrong.
|
Jason Shirk (@lzybkr) Travis Plunk (@TravisEz13) Could you please review and merge? This blocks further work. |
Sorry, something went wrong.
There was a problem hiding this comment.
There are still comments here
Sorry, something went wrong.
There was a problem hiding this comment.
can be removed
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
There was a problem hiding this comment.
see previous comment
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
There was a problem hiding this comment.
see previous comment
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
There was a problem hiding this comment.
I don't see any major issues.
Sorry, something went wrong.
|
Travis Plunk (@TravisEz13) Could you please continue with the PR? |
Sorry, something went wrong.
|
Ilya (@iSazonov) Sorry, I've been out of the office for a few weeks. |
Sorry, something went wrong.
|
Closed and re-opened PR to re-trigger CI. Could you rebase as well? |
Sorry, something went wrong.
Test.Helpers.psm1 was renamed to TestHelpers.psm1
Remove approved verbs (Get-Verb) from module names.
|
Rebase done. |
Sorry, something went wrong.
|
Travis Plunk (@TravisEz13) Is the PR ready to merge? |
Sorry, something went wrong.
|
Yeah Ilya (@iSazonov), Thanks. I was giving people time to give feedback. Thanks for pinging me too. |
Sorry, something went wrong.
* Add autoload for TestHelpers.psm1 Test.Helpers.psm1 was renamed to TestHelpers.psm1 * Resolve conflit and rebase Add autoload for TestLanguage.psm1 * Remove unneeded comments from PSD1 files * Rename test modules Remove approved verbs (Get-Verb) from module names. * Enhance ShouldBeErrorId to output exception into pipeline for later analysis * Remove unneeded comments * Resolve merge conflict
| Back | FazBrowse Home | New Git URL |
The test temporary modules moved to test\tools\Modules.
I did two commits to simplify the review: