Re: [QGIS-Developer] QEP 314: Relax prohibition against "auto" for results of casting operations

2025-03-10 Thread Nyall Dawson via QGIS-Developer
On Mon, 10 Mar 2025 at 06:13, Nyall Dawson wrote: > > > > On Mon, 24 Feb 2025, 8:31 am Nyall Dawson, wrote: >> >> Hi all, >> >> Please see https://github.com/qgis/QGIS-Enhancement-Proposals/pull/330 >> for a proposed change to the QGIS coding policies to relax the current >> prohibition against u

Re: [QGIS-Developer] QEP 314: Relax prohibition against "auto" for results of casting operations

2025-03-09 Thread Nyall Dawson via QGIS-Developer
On Mon, 24 Feb 2025, 8:31 am Nyall Dawson, wrote: > Hi all, > > Please see https://github.com/qgis/QGIS-Enhancement-Proposals/pull/330 > for a proposed change to the QGIS coding policies to relax the current > prohibition against use of "auto" in some (more!) new cases. > > (This follows up recen

[QGIS-Developer] QEP 314: Relax prohibition against "auto" for results of casting operations

2025-02-23 Thread Nyall Dawson via QGIS-Developer
Hi all, Please see https://github.com/qgis/QGIS-Enhancement-Proposals/pull/330 for a proposed change to the QGIS coding policies to relax the current prohibition against use of "auto" in some (more!) new cases. (This follows up recent changes to permit auto for smart pointer types, see https://gi

Re: [QGIS-Developer] QEP 314: Relax prohibition against "auto"

2025-02-06 Thread Nyall Dawson via QGIS-Developer
On Thu, 6 Feb 2025 at 08:40, Nyall Dawson wrote: > > On Thu, 23 Jan 2025 at 09:25, Nyall Dawson wrote: > > > > Hi all, > > > > Please see https://github.com/qgis/QGIS-Enhancement-Proposals/pull/319 > > for a proposed change to the QGIS coding policies to relax the current > > prohibition against

Re: [QGIS-Developer] QEP 314: Relax prohibition against "auto"

2025-02-05 Thread Nyall Dawson via QGIS-Developer
On Thu, 23 Jan 2025 at 09:25, Nyall Dawson wrote: > > Hi all, > > Please see https://github.com/qgis/QGIS-Enhancement-Proposals/pull/319 > for a proposed change to the QGIS coding policies to relax the current > prohibition against use of "auto" in some new cases. > > Specifically, allowing use of

[QGIS-Developer] QEP 314: Relax prohibition against "auto"

2025-01-22 Thread Nyall Dawson via QGIS-Developer
Hi all, Please see https://github.com/qgis/QGIS-Enhancement-Proposals/pull/319 for a proposed change to the QGIS coding policies to relax the current prohibition against use of "auto" in some new cases. Specifically, allowing use of "auto" for variable types when the variable type is explicitly s