Re: [PATCH] libgccjit: Allow comparing array types

2024-06-26 Thread David Malcolm
On Thu, 2024-01-25 at 07:52 -0500, Antoni Boucher wrote: > Thanks. > Can we please agree on some wording to use so I know when the patch > can > be pushed. Especially since we're now in stage 4, it would help me if > you say something like "you can push to master". Sorry about the ambiguity. Yes,

Re: [PATCH] libgccjit: Allow comparing array types

2024-02-29 Thread Antoni Boucher
David: Ping. On Thu, 2024-01-25 at 07:52 -0500, Antoni Boucher wrote: > Thanks. > Can we please agree on some wording to use so I know when the patch > can > be pushed. Especially since we're now in stage 4, it would help me if > you say something like "you can push to master". > Regards. > > On

Re: [PATCH] libgccjit: Allow comparing array types

2024-01-25 Thread Antoni Boucher
Thanks. Can we please agree on some wording to use so I know when the patch can be pushed. Especially since we're now in stage 4, it would help me if you say something like "you can push to master". Regards. On Wed, 2024-01-24 at 12:14 -0500, David Malcolm wrote: > On Fri, 2024-01-19 at 16:55 -050

Re: [PATCH] libgccjit: Allow comparing array types

2024-01-24 Thread David Malcolm
On Fri, 2024-01-19 at 16:55 -0500, Antoni Boucher wrote: > Hi. > This patch allows comparing different instances of array types as > equal. > Thanks for the review. Thanks; the patch looks good to me. Dave