diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-April/013944.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/013944.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-April/013944.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-April/013944.html b/zarb-ml/mageia-dev/2012-April/013944.html new file mode 100644 index 000000000..46dee225e --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/013944.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3964%5D%20Fix%20partition%20numbering%20on%0A%09GPT%20%28mga%233091%29&In-Reply-To=%3CCAONrEtYxBx%2BO6YQ5CQun85E%2BKqzVW%2Bpr6cvC%3DY_%3DVmH-a%3Dv66A%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="013943.html"> + <LINK REL="Next" HREF="013945.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091)</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3964%5D%20Fix%20partition%20numbering%20on%0A%09GPT%20%28mga%233091%29&In-Reply-To=%3CCAONrEtYxBx%2BO6YQ5CQun85E%2BKqzVW%2Bpr6cvC%3DY_%3DVmH-a%3Dv66A%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091)">thierry.vignaud at gmail.com + </A><BR> + <I>Fri Apr 6 10:53:32 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="013943.html">[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) +</A></li> + <LI>Next message: <A HREF="013945.html">[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13944">[ date ]</a> + <a href="thread.html#13944">[ thread ]</a> + <a href="subject.html#13944">[ subject ]</a> + <a href="author.html#13944">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 6 April 2012 10:34, Guillaume Rousse <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>> wrote: +><i> Anyway, allocating the list content in a single pass seems simpler to +</I>><i> understand for me. I'd rather use something as: +</I>><i> +</I>><i> # create an exhaustive list including %parts content if existing +</I>><i> # for given partition number, a default structure otherwise +</I>><i> my @pt = map { +</I>><i>        $parts{$_} ? $parts{$_} : { part_number => $_ } +</I>><i>    } 1..$nb_primary; +</I> +even simpler: + $parts{$_} || { part_number => $_ } +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="013943.html">[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) +</A></li> + <LI>Next message: <A HREF="013945.html">[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13944">[ date ]</a> + <a href="thread.html#13944">[ thread ]</a> + <a href="subject.html#13944">[ subject ]</a> + <a href="author.html#13944">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |