You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding these as aliases can provide even more confusion if someone has specified url and file in package parameters. A happy medium is to have both parameters, preferring url/url64bit over file/file64.
ferventcoder
changed the title
Add file/file64 not as aliases, but use them to set aliases
Add file/file64 not as aliases, but use them to set url/url64 if empty
Jun 4, 2017
File and File64 were added as aliases to `Url`/`Url64bit` in 0.10.6 to
add compatibility, but they actually introduced more incompatibilities
instead of addressing them due to being aliases. Move them to
parameters and set the values if the original values are empty.
NOTE: This could still cause a small incompatibility if someone is
attempting to use both File and Url in a single set of package
parameters but apply it to multiple function calls. Fortunately it
typically means they will have filled out both items, which means those
functions should still continue to work as they have in the past.
Adding these as aliases can provide even more confusion if someone has specified url and file in package parameters. A happy medium is to have both parameters, preferring url/url64bit over file/file64.
Related to #1284
Reference: https://groups.google.com/d/msgid/chocolatey/f9fa1bdd-ff2b-4106-b87f-c189fa5b348a%40googlegroups.com
The text was updated successfully, but these errors were encountered: