emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 9f464cc: Stop using calc for ntlm time computation


From: Stefan Monnier
Subject: Re: master 9f464cc: Stop using calc for ntlm time computation
Date: Tue, 27 Oct 2020 11:23:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>  (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>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>a\315        ;"
    (ntlm-tests--time-to-timestamp '(397431 65535 999999 999999))
    "\377>a\315        ;"

so I guess you're satisfied ;-)


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]