all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Mattias Engdegård" <mattiase@acm.org>
Cc: Thomas Fitzsimmons <fitzsim@fitzsim.org>, emacs-devel@gnu.org
Subject: Re: master 9f464cc: Stop using calc for ntlm time computation
Date: Tue, 27 Oct 2020 11:23:42 -0400	[thread overview]
Message-ID: <jwv7drblmn6.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <ECD0E11D-BD5E-4777-AA1F-CD5E2FBC8F35@acm.org> ("Mattias Engdegård"'s message of "Tue, 27 Oct 2020 15:06:30 +0100")

>>  (ntlm--time-to-timestamp '(24471 63910 412962 0))
>> 
>> and
>> 
>>  (ntlm--time-to-timestamp '(397431 65535 999999 999999))
>> 
>> on the old and new Emacs versions and verify that the results are the same?
>
> And before you correctly counter with 'yes but what would that prove', I meant
> running ntlm-tests--time-to-timestamp in the new Emacs. Obviously.

I still wouldn't know what it proves, but I'm not worried about that
anyway:

in 32bit Emacs-26.3:

    (ntlm--time-to-timestamp '(24471 63910 412962 0))
    "T\232Q\350M\254\326"
    (ntlm--time-to-timestamp '(397431 65535 999999 999999))
    "\377\x7f>a\315	;"

in 32bit `master`:

    (ntlm--time-to-timestamp '(24471 63910 412962 0))
    "T\232Q\350M\254\326"
    (ntlm-tests--time-to-timestamp '(24471 63910 412962 0))
    "T\232Q\350M\254\326"
    (ntlm--time-to-timestamp '(397431 65535 999999 999999))
    "\377\x7f>a\315	;"
    (ntlm-tests--time-to-timestamp '(397431 65535 999999 999999))
    "\377\x7f>a\315	;"

so I guess you're satisfied ;-)


        Stefan




  reply	other threads:[~2020-10-27 15:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200816091703.7193.11125@vcs0.savannah.gnu.org>
     [not found] ` <20200816091705.318C0209AC@vcs0.savannah.gnu.org>
2020-10-26 21:19   ` master 9f464cc: Stop using calc for ntlm time computation Thomas Fitzsimmons
2020-10-26 21:57     ` Mattias Engdegård
2020-10-27 11:33       ` Mattias Engdegård
2020-10-27 13:06         ` Stefan Monnier
2020-10-27 13:45           ` Stefan Monnier
2020-10-27 14:01             ` Mattias Engdegård
2020-10-27 14:06               ` Mattias Engdegård
2020-10-27 15:23                 ` Stefan Monnier [this message]
2020-10-27 16:18                   ` Mattias Engdegård
2020-10-27 16:28                     ` Thomas Fitzsimmons
2020-10-27 13:53           ` Mattias Engdegård
2020-10-27 15:34             ` Thomas Fitzsimmons

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=jwv7drblmn6.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=fitzsim@fitzsim.org \
    --cc=mattiase@acm.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.