Re: [PATCH v4 0/6] Implement mdspan.

2025-07-21 Thread Jonathan Wakely
On Mon, 21 Jul 2025, 12:18 Luc Grosheintz, wrote: > TLDR; there should be patches in review for everything reported > here. > > Thank you for running the libc++ tests! Let me know if you change > your mind and think it would be good if I learnt to run their tests. > I'm optimistic (or deluded) I

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-21 Thread Luc Grosheintz
TLDR; there should be patches in review for everything reported here. Thank you for running the libc++ tests! Let me know if you change your mind and think it would be good if I learnt to run their tests. I'm optimistic (or deluded) I can eventually figure it out. On 7/15/25 13:35, Jonathan Wake

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-16 Thread Jonathan Wakely
On Wed, 16 Jul 2025 at 15:00, Luc Grosheintz wrote: > > > > On 7/15/25 13:43, Tomasz Kaminski wrote: > > On Tue, Jul 15, 2025 at 1:35 PM Jonathan Wakely wrote: > > > >> OK here are the details for all of the failing tests ... > >> > >> std/containers/views/mdspan/aligned_accessor/access.pass.cpp

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-16 Thread Luc Grosheintz
On 7/15/25 13:43, Tomasz Kaminski wrote: On Tue, Jul 15, 2025 at 1:35 PM Jonathan Wakely wrote: OK here are the details for all of the failing tests ... std/containers/views/mdspan/aligned_accessor/access.pass.cpp std/containers/views/mdspan/aligned_accessor/ctor.conversion.from.default_a

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Tomasz Kaminski
On Tue, Jul 15, 2025 at 12:56 PM Luc Grosheintz wrote: > > > On 7/14/25 08:57, Tomasz Kaminski wrote: > > Hi Luc, > > > > While running the libc++ test on libstdc++ we have found the following > > issue in our implementation. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121061 > > Would you b

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Jonathan Wakely
On Tue, 15 Jul 2025 at 12:44, Tomasz Kaminski wrote: > > > > On Tue, Jul 15, 2025 at 1:35 PM Jonathan Wakely wrote: >> >> OK here are the details for all of the failing tests ... >> >> std/containers/views/mdspan/aligned_accessor/access.pass.cpp >> std/containers/views/mdspan/aligned_accessor/cto

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Tomasz Kaminski
On Tue, Jul 15, 2025 at 1:35 PM Jonathan Wakely wrote: > OK here are the details for all of the failing tests ... > > std/containers/views/mdspan/aligned_accessor/access.pass.cpp > > std/containers/views/mdspan/aligned_accessor/ctor.conversion.from.default_accessor.pass.cpp > std/containers/views

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Jonathan Wakely
OK here are the details for all of the failing tests ... std/containers/views/mdspan/aligned_accessor/access.pass.cpp std/containers/views/mdspan/aligned_accessor/ctor.conversion.from.default_accessor.pass.cpp std/containers/views/mdspan/aligned_accessor/ctor.conversion.pass.cpp std/containers/vie

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Jonathan Wakely
On Tue, 15 Jul 2025 at 12:26, Jonathan Wakely wrote: > > On Tue, 15 Jul 2025 at 11:57, Luc Grosheintz wrote: > > > > > > > > On 7/14/25 08:57, Tomasz Kaminski wrote: > > > Hi Luc, > > > > > > While running the libc++ test on libstdc++ we have found the following > > > issue in our implementation.

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Jonathan Wakely
On Tue, 15 Jul 2025 at 11:57, Luc Grosheintz wrote: > > > > On 7/14/25 08:57, Tomasz Kaminski wrote: > > Hi Luc, > > > > While running the libc++ test on libstdc++ we have found the following > > issue in our implementation. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121061 > > Would you be

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-15 Thread Luc Grosheintz
On 7/14/25 08:57, Tomasz Kaminski wrote: Hi Luc, While running the libc++ test on libstdc++ we have found the following issue in our implementation. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121061 Would you be interested in looking into fixing this? Yes, I'll take care of this. Do you k

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-13 Thread Tomasz Kaminski
Hi Luc, While running the libc++ test on libstdc++ we have found the following issue in our implementation. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121061 Would you be interested in looking into fixing this? Also, libc++ makes the default constructor of mdpsan conditionally noexcept as exten

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-08 Thread Tomasz Kaminski
All patches were merged. I will double check that we got all the papers listed and the issue, and close it. Thanks again for your submissions. On Tue, Jul 8, 2025 at 10:26 AM Luc Grosheintz wrote: > Patches 1/5 ... 4/5 aren't sent because corresponding commits from v3 > should be used. The chang

Re: [PATCH v4 0/6] Implement mdspan.

2025-07-08 Thread Jonathan Wakely
On Tue, 8 Jul 2025 at 09:26, Luc Grosheintz wrote: > > Patches 1/5 ... 4/5 aren't sent because corresponding commits from v3 > should be used. The changes for 5/5 are: > > * Fix ADL issue in swap and create tests. > * Replace pragma once with include guard in layout_like.h. > * Use VERIFY(md