Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Regresson in ordering in cver all in 0.9.8.27 #530

Closed
adamralph opened this issue Jul 26, 2014 · 6 comments
Closed

Regresson in ordering in cver all in 0.9.8.27 #530

adamralph opened this issue Jul 26, 2014 · 6 comments

Comments

@adamralph
Copy link

OK, perhaps calling it a regression is a bit harsh, but in 0.9.8.25, cver all would return the apps in alphabetical order. In 0.9.8.27 the order seems all jumbled up.

@adamralph adamralph changed the title Regresson in cverall in 0.9.8.27 Regresson in cver all in 0.9.8.27 Jul 26, 2014
@adamralph adamralph changed the title Regresson in cver all in 0.9.8.27 Regresson in ordering in cver all in 0.9.8.27 Jul 26, 2014
@ferventcoder
Copy link
Contributor

Boo. Would you see this as an issue?

@adamralph
Copy link
Author

The problem it causes is that when I run my custom cverall command:

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "C:\ProgramData\chocolatey\chocolateyinstall\chocolatey.ps1 Version All | Format-Table name, found, latest, verMessage"

the output is all jumbled.

With 0.9.8.25 I'd get a nice alphabetical listing which would make it easy to see what needs updating, specially when there are a few Foo and Foo.Install packages in list, since they appear next to each other.

I could, of course, pipe the output of the command through Sort-Object before Format-Table but then I have to wait for the entire comparison to take place before I see any output since a full enumeration has to take place in Sort-Object before anything hits Format-Table. As it is, each line is rendered as the comparison is made (the entire command takes quite a while to run).

Not the end of the world, but it would be nice if it could be fixed easily.

@ferventcoder
Copy link
Contributor

It's likely the upgrade from nuget 2.1 to nuget 2.8

@adamralph
Copy link
Author

I guess it's also something to take into account when implementing #414

@ferventcoder
Copy link
Contributor

This is fixed in choco.exe. Everything is happily in abc order again.

@adamralph
Copy link
Author

nice! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants