Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Update Initialize-ToolKit.ps1 #20

Closed
wants to merge 2 commits into from
Closed

Update Initialize-ToolKit.ps1 #20

wants to merge 2 commits into from

Conversation

jdhitsolutions
Copy link

@jdhitsolutions jdhitsolutions commented Oct 3, 2016

Fixed Write-Host error for Issue #18. I picked Yellow. Although now that I think about it I wonder why you didn't use Write-Warning.


This change is Reviewable

I replaced aliases with complete cmdlet name to make this easier to read.
@mbreakey3 mbreakey3 added the needs review The pull request needs a code review. label Oct 10, 2016
@@ -61,7 +61,7 @@ function Import-Toolkit
}
else
{
Write-host -ForegroundColor "Import-Toolkit [ToolKit]$path NotFound"
Write-host -ForegroundColor Yellow "Import-Toolkit [ToolKit]$path NotFound"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use Write-Warning per your suggestion?
Is it more advisable to fail if the module file doesn't exist?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a good idea to avoid Write-Host. For the reasons, please refer to this blog post - www.jsnover.com/blog/2013/12/07/write-host-considered-harmful/

@Indhukrishna Indhukrishna added waiting for author response The pull request is waiting for the author to respond to comments in the pull request. and removed needs review The pull request needs a code review. labels Oct 13, 2016
@dsccommunity dsccommunity deleted a comment from msftclas Sep 26, 2017
@johlju
Copy link
Member

johlju commented May 7, 2018

@jdhitsolutions do you have time to work on this and resolve the review comment?

@johlju johlju added waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author. and removed waiting for author response The pull request is waiting for the author to respond to comments in the pull request. labels May 7, 2018
@johlju
Copy link
Member

johlju commented May 23, 2018

Labeling this PR as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on the PR is taken up again.

@johlju johlju added abandoned The pull request has been abandoned. and removed waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author. labels May 23, 2018
@SteveL-MSFT SteveL-MSFT added this to Abandoned in powershell/dscresources May 14, 2019
@gaelcolas gaelcolas removed the abandoned The pull request has been abandoned. label Jul 1, 2019
@gaelcolas
Copy link
Member

Closing this request. Please check whether JeaDsc solves your issues, we're likely to move to that one which is actively maintained by Chris Gardner.

@gaelcolas gaelcolas closed this Jul 1, 2019
@SteveL-MSFT SteveL-MSFT removed this from Abandoned in powershell/dscresources Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants