svn commit: r346449 - user/ngie/bug-237403/tests/sys/opencrypto

John Baldwin jhb at FreeBSD.org
Sat Apr 20 16:37:12 UTC 2019


On 4/20/19 9:29 AM, Enji Cooper wrote:
> 
>> On Apr 20, 2019, at 9:28 AM, John Baldwin <jhb at FreeBSD.org> wrote:
>>
>> On 4/20/19 9:07 AM, Enji Cooper wrote:
>>> Author: ngie
>>> Date: Sat Apr 20 16:07:47 2019
>>> New Revision: 346449
>>> URL: https://svnweb.freebsd.org/changeset/base/346449
>>>
>>> Log:
>>>  Replace `str.{decode,encode}("hex")` with binascii.(un)?hexlify
>>>
>>>  Encoding/decoding base_string objects as "hex" was removed in py3 and replaced
>>>  with other methods, one being `binascii.(un)?hexlify`.
>>
>> I have several changes pending in review for these scripts that add new functions,
>> etc.  You might want to let those land in head first.  I hope to merge them all to
>> head this week.
> 
> 	Good to know! Is the code up for review somewhere, so I can get ahead of the pending changes?
> Thanks so much for the heads up!

You can look at D19778 and then look at its stack of dependencies.  I'm waiting
for the ports one to hit maintainer timeout which will then unblock the remaining
changes.  Getting these tests to work with both python 3 and 2 is a useful
exercise and appreciated.

-- 
John Baldwin


More information about the svn-src-user mailing list