-
Notifications
You must be signed in to change notification settings - Fork 903
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
Get-BinRoot broken #144
Comments
Write-Output breaks a function waiting for a return value. Ugh
* stable: (version) 0.9.9.1 (build) support fix version (GH-144) Don't use write-output for information
Why is it broken and why are you deprecating it? You don't provide a good alternative in the docs - the other being that you can install it to Don't you want your users to decide a default installation folder? Should it really be up to the package developer? Right now the target folders of the packages are total chaos. Either:
Basically finding the executable after an installation is often a frustrating job. Most packages are not god on telling the user where it installs. |
@Nilzor note that it is NOT deprecated yet, but we are pre deprecating it. |
Basically many packages needed a get-bin root won't need it anymore so the recommendation will be to install it to the package folder since it is now stable and doesn't change. We are planning to release a new better named function called something like |
@Nilzor it's not broken now. It was broken but fixed in the commit - please see ferventcoder@44306ef for details. |
Ok I see, thanks for the update.
You should be clear on the recommandations to the packet devs and update the docs |
@Nilzor added #339. |
No description provided.
The text was updated successfully, but these errors were encountered: