-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
Chocolatey Deprecating A Function #226
Comments
I'm torn if it would be better to address this for 0.7 (after #358) or wait until 1.0. |
Well, for 1.0 we're unlikely to even provide a Chocolatey package anymore, right? And since the 0.7 branch will live for a while to support v2 (and possibly v3/4), it seems like we should switch to a non-deprecated function. |
I'm open to discussion on this. There are likely a number of devs who wouldn't use PS Gallery for anything other than posh-git, so keeping some sort of Chocolatey package seems reasonable. Is fixing this really as simple as using |
I think the replacement is |
I think we're fine leaving Also worthy of consideration: https://chocolatey.org/packages/poshgit#comment-2816165073
|
It's actually 0.9.10 when it was introduced (June 17, 2016). We try to document most of these kinds of things to ease transition and help folks decide when is best - https://chocolatey.org/docs/helpers-get-toolslocation Typically after 6 months of release, we are okay with the transition on the community package repository. This also gives you access to |
But you could also go for adding it as a PowerShell Module location if that is more appropriate. |
as seen here, chocolatey will be deprecating the the get-binroot function:
Get-BinRoot is going to be deprecated by v1. Many packages no longer require it since the folders no longer have versions on them.
![psgiterror](https://cloud.githubusercontent.com/assets/5545218/10436090/388bad8a-70f2-11e5-8612-0cb7e6f2b8ab.png)
The text was updated successfully, but these errors were encountered: