[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71572: [PATCH] seconds-to-string-approximate
From: |
john muhl |
Subject: |
bug#71572: [PATCH] seconds-to-string-approximate |
Date: |
Sun, 15 Dec 2024 17:26:04 -0600 |
User-agent: |
mu4e 1.12.1; emacs 31.0.50 |
JD Smith <jdtsmith@gmail.com> writes:
> On Dec 8, 2024, at 4:17 AM, john muhl <jm@pub.pink> wrote:
>
> Thanks for working on this. I gave a quick try and noticed some
> amounts aren’t pluralized how I expect; e.g.
>
> (seconds-to-string 36541462 'expanded nil 1)
> ;; "1 year 1.9 month"
>
> Thanks again. This was another small bug in the units for the first expanded
> term. Corrected (final?) patch attached. Could you please give another quick
> test?
Works for all my test cases. Thanks.