[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Strategy for Halloween release
From: |
Greg Chicares |
Subject: |
Re: [lmi] Strategy for Halloween release |
Date: |
Sun, 11 Oct 2015 00:51:30 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
On 2015-10-10 22:09, Vadim Zeitlin wrote:
> On Sat, 10 Oct 2015 22:00:12 +0000 Greg Chicares <address@hidden> wrote:
[...forthcoming patchset to be rebased on lmi HEAD...]
> GC> Can I first sneak in Kim's patch that swaps two "Summary" items?
>
> Yes, AFAICS this patch shouldn't conflict with anything else.
Committed 20151010T2353Z, revision 6347.
> GC> It pained me to step outside origin zero. I was tempted to write a
> GC> function to map
> GC> 0 -> "first"
> GC> 1 -> "second"
> GC> ...
> GC> 8 -> "ninth"
> GC> 9 -> "10th"
> GC> j -> itoa(1+j) + std::string("th")
> GC> but decided I didn't have enough time to restore order to the universe.
> GC> (And that sketch is incomplete--e.g., for j=21 or j=32.)
>
> For a fun exercise, try writing a similar function for a Slavic language
> (paying attention to the following noun declension).
int n = 3;
std::cout << "Школа №" << n << " г. Магнитогорска" << n << std::endl;
Re: [lmi] Strategy for Halloween release, Greg Chicares, 2015/10/11