[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#575760: Bug#575761: Bug#575760: x86 architecture names are confusing



	Hi!

 Short input:

* Osamu Aoki <osamu@debian.org> [2011-01-04 14:21:14 CET]:
> This needs to be changed and reordered to:
> 
> # order are from http://popcon.debian.org/
> # Thus vender neutral :-)
> %arches = (
>         i386    => '32-bit PC (i386)',
>         amd64   => '64-bit PC (amd64)',
>         armel   => 'EABI ARM (armel)',
>         powerpc => 'PowerPC (powerpc)',
>         sparc   => 'SPARC (sparc)',
> #       arm     => 'ARM (arm)',
>         ia64    => 'Intel IA-64 (ia64)',
>         hppa    => 'HP PA-RISC (hppa)',
> #       alpha   => 'Alpha (alpha)',
>         mipsel  => 'MIPS (little endian) (mipsel)',
>         s390    => 'IBM S/390 (s390)',
>         mips    => 'MIPS (big endian) (mipsel)',
> );
> 
> This order is the current popcon data order:
> http://popcon.debian.org/
> So we will not ask user to look through long list.

 Erm, the ordering of the hash doesn't gain you anything. Actually
hashes in perl are unsorted by definition, it's explicitly undefined in
which order the keys will be returned.

 If you want to fix the sorting that will have to be at the point where
it's used, not in the hash definition.

 Thanks,
Rhonda
-- 
<dholbach> Last day of https://wiki.ubuntu.com/UbuntuDeveloperWeek starting in
           34 minutes in #ubuntu-classroom on irc.feenode.net
 * ScottK hands dholbach an "r".
<Rhonda> Are they fundraising again?



Reply to: