[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Request for Feedback: new BIO API
From: |
Christian Grothoff |
Subject: |
Re: Request for Feedback: new BIO API |
Date: |
Tue, 19 May 2020 03:06:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
Hi Alessio,
You missed one array termination, I fixed that and pushed your patch to
master.
Thanks for your contribution!
Happy hacking!
Christian
On 5/18/20 9:31 PM, Alessio Vanni wrote:
> Alessio Vanni <address@hidden> writes:
>> Great! Then I'll (slowly, since it's rather big) change the rest of the
>> codebase to account for the new API, then reply back to this
>> conversation with the full patch (tests included of course.)
>
> I finished moving all occurrences of BIO in the main codebase to the new
> API. In some cases I switched to the "spec" version, but to be honest
> since I didn't know the majority of the changed files I kept a "low
> profile" when making changes. For fs_api.c in particular, some things
> can definitely be improved but not knowing what is going on with the
> code there (aside from some very easy snippets here and there) I avoided
> changing too much.
>
> Please review the attached patch: even though most changes are trivial,
> with so many of them it's easy to accidentally add a bug somewhere. The
> patch includes both the new BIO API and the updates in the rest of the
> code, so the part to review is actually smaller than it looks like. I
> also made a change to the float/double I/O, which needs a review too.
>
> Thanks,
> A.V.
>
signature.asc
Description: OpenPGP digital signature
- Request for Feedback: new BIO API, Alessio Vanni, 2020/05/09
- Re: Request for Feedback: new BIO API, Alessio Vanni, 2020/05/11
- Re: Request for Feedback: new BIO API, Christian Grothoff, 2020/05/11
- Re: Request for Feedback: new BIO API, Alessio Vanni, 2020/05/14
- Re: Request for Feedback: new BIO API, Christian Grothoff, 2020/05/15
- Re: Request for Feedback: new BIO API, Alessio Vanni, 2020/05/15
- Re: Request for Feedback: new BIO API, Christian Grothoff, 2020/05/17
- Re: Request for Feedback: new BIO API, Alessio Vanni, 2020/05/18
- Re: Request for Feedback: new BIO API,
Christian Grothoff <=