Re: [PATCH 0 of 2] Enhanced website navigation with 2-level menu and directive search

2022-09-06 Thread Liam Crilly via nginx-devel
Hi Maxim, Thank you for your considered response to these patches. I am collecting my thoughts and may respond further, or submit fresh patches based on your feedback. Cheers, Liam. ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe s

Re: [PATCH 3 of 3] Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379)

2022-09-06 Thread Sergey Kandaurov
> On 6 Sep 2022, at 07:49, Maxim Dounin wrote: > > Hello! > > On Mon, Sep 05, 2022 at 10:44:06PM +0400, Sergey Kandaurov wrote: > >>> On 1 Sep 2022, at 20:49, Maxim Dounin wrote: >>> >>> # HG changeset patch >>> # User Maxim Dounin >>> # Date 1662050858 -10800 >>> # Thu Sep 01 19:47:3

Re: [PATCH 1 of 3] Win32: removed misleading comment about warnings being disabled

2022-09-06 Thread Sergey Kandaurov
On Thu, Sep 01, 2022 at 07:49:05PM +0300, Maxim Dounin wrote: > # HG changeset patch > # User Maxim Dounin > # Date 1662050702 -10800 > # Thu Sep 01 19:45:02 2022 +0300 > # Node ID 3d162f4c6f62b23d4906d2afaabcd8c2720fb12a > # Parent 553e7e669cfd55c9371a03c5c87e626fd9d2f773 > Win32: removed m

Re: [PATCH] Events: fixed style and wrong error handling in the iocp module

2022-09-06 Thread Sergey Kandaurov
> On 26 Aug 2022, at 05:17, Maxim Dounin wrote: > > # HG changeset patch > # User Maxim Dounin > # Date 1661476617 -10800 > # Fri Aug 26 04:16:57 2022 +0300 > # Node ID 3296b3825fa9b8cd4d0aafb39bb5ea1fac97c6db > # Parent 069a4813e8d6d7ec662d282a10f5f7062ebd817f > Events: fixed style and

[PATCH] Tests: fixed try_run() to remove temporary directory on failure

2022-09-06 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1662472340 -14400 # Tue Sep 06 17:52:20 2022 +0400 # Node ID 7eb87eaf06f4b9161cfe298f195947dbddedd01d # Parent 78fe648d54a79822a72f3a5f8cc79651b3b1f5a7 Tests: fixed try_run() to remove temporary directory on failure. Keeping the file handl

[njs] WebCrypto: fixed dangling pointer warning by gcc-12.

2022-09-06 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/c597cd200724 branches: changeset: 1947:c597cd200724 user: Dmitry Volyntsev date: Tue Sep 06 10:09:08 2022 -0700 description: WebCrypto: fixed dangling pointer warning by gcc-12. diffstat: external/njs_webcrypto_module.c | 22 +

Re: [PATCH 3 of 3] Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379)

2022-09-06 Thread Maxim Dounin
Hello! On Tue, Sep 06, 2022 at 03:35:20PM +0400, Sergey Kandaurov wrote: > > On 6 Sep 2022, at 07:49, Maxim Dounin wrote: > > > > Hello! > > > > On Mon, Sep 05, 2022 at 10:44:06PM +0400, Sergey Kandaurov wrote: > > > >>> On 1 Sep 2022, at 20:49, Maxim Dounin wrote: > >>> > >>> # HG changese

Re: [PATCH] Events: fixed style and wrong error handling in the iocp module

2022-09-06 Thread Maxim Dounin
Hello! On Tue, Sep 06, 2022 at 03:49:19PM +0400, Sergey Kandaurov wrote: > > > On 26 Aug 2022, at 05:17, Maxim Dounin wrote: > > > > # HG changeset patch > > # User Maxim Dounin > > # Date 1661476617 -10800 > > # Fri Aug 26 04:16:57 2022 +0300 > > # Node ID 3296b3825fa9b8cd4d0aafb39bb5ea

Re: [PATCH] Tests: fixed try_run() to remove temporary directory on failure

2022-09-06 Thread Maxim Dounin
Hello! On Tue, Sep 06, 2022 at 05:52:51PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1662472340 -14400 > # Tue Sep 06 17:52:20 2022 +0400 > # Node ID 7eb87eaf06f4b9161cfe298f195947dbddedd01d > # Parent 78fe648d54a79822a72f3a5f8cc79651b3b1f5a7 >

[njs] Fixed Object.freeze() with fast arrays.

2022-09-06 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/d40481363bdf branches: changeset: 1948:d40481363bdf user: Vadim Zhestikov date: Tue Sep 06 11:13:31 2022 -0700 description: Fixed Object.freeze() with fast arrays. Previously, Object.freeze() failed to freeze the 'length' property of a fast arr

[njs] Fixed Object.defineProperty() with fast arrays.

2022-09-06 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/a2db32044812 branches: changeset: 1949:a2db32044812 user: Vadim Zhestikov date: Tue Sep 06 18:44:47 2022 -0700 description: Fixed Object.defineProperty() with fast arrays. Previously, Object.defineProperty() failed to properly set attributes for