From: wmorgan-sup@masanjin.net (William Morgan)
Subject: [sup-talk] to_time_s
Date: Wed, 28 Nov 2007 09:08:45 -0800 [thread overview]
Message-ID: <1196269623-sup-7802@south> (raw)
In-Reply-To: <a630bbc30711271819y8d1d5d1o53e70adc47a6ca15@mail.gmail.com>
Excerpts from Andrei Maxim's message of Tue Nov 27 18:19:43 -0800 2007:
> [Wed Nov 28 03:50:30 +0200 2007] unlocking /Users/andrei/.sup/lock...
> /usr/local/lib/ruby/gems/1.8/gems/sup-0.3/bin/sup-sync:14:in `to_i':
> Infinity (FloatDomainError)
Heh. Does this patch help?
--- bin/sup-sync (revision 731)
+++ bin/sup-sync (working copy)
@@ -7,6 +7,9 @@
class Float
def to_s; sprintf '%.2f', self; end
+ def to_time_s
+ infinite? ? "unknown" : super
+ end
end
--
William <wmorgan-sup at masanjin.net>
next prev parent reply other threads:[~2007-11-28 17:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-28 2:19 Andrei Maxim
2007-11-28 17:08 ` William Morgan [this message]
2007-11-29 0:58 ` Andrei Maxim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1196269623-sup-7802@south \
--to=wmorgan-sup@masanjin.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox