Re: [Qgis-user] Plugin ArrayPlus in conflit with QGIS 3.3

2018-09-17 Thread Jean-Baptiste Desbas
OK thanks ! I'll do that !

Le lun. 17 sept. 2018 à 14:53, Etienne Trimaille <
etienne.trimai...@gmail.com> a écrit :

> Hi,
>
> I think you shouldn't mark it as deprecated until all functions are in
> QGIS core.
> Indeed, https://github.com/qgis/QGIS/pull/7645 won't be merged until 3.6,
> the feature freeze is ON since friday for 3.4.
>
> If I were you, I would still release the plugin with 3.0 minimum verison
> and add something like "if Qgis.QGIS_VERSION_INT
>  <
> 30300: register foo()" according to the current QGIS version.
>
> About array_lambda, there is now array_foreach in QGIS core using an
> expression.
>
> Le lun. 17 sept. 2018 à 04:15, Jean-Baptiste Desbas 
> a écrit :
>
>> Hello,
>>
>> I am maintener of ArrayPlus plugin (
>> https://plugins.qgis.org/plugins/arrayplus/)
>> Since QGIS 3.3 includes "hstore_to_map" and "json_to_map" functions, the
>> ArrayPlus plugin is in conflit with QGIS 3.3.  (
>> https://framagit.org/jbdesbas/arrayPlus/issues/2 )
>> Tough, I'm not sur that others functions (array_avg, array_min, etc..)
>> will be in the QGIS core (https://github.com/qgis/QGIS/pull/7645).
>>
>> So what is the proper thing to do ?
>> Release a new version of the plugin without "hstore_to_map"/"json_to_map"
>> and with minimum QGIS version 3.3 ?
>> Mark the plugin as deprecated ?
>>
>> Thanks,
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Plugin ArrayPlus in conflit with QGIS 3.3

2018-09-17 Thread Etienne Trimaille
Hi,

I think you shouldn't mark it as deprecated until all functions are in QGIS
core.
Indeed, https://github.com/qgis/QGIS/pull/7645 won't be merged until 3.6,
the feature freeze is ON since friday for 3.4.

If I were you, I would still release the plugin with 3.0 minimum verison
and add something like "if Qgis.QGIS_VERSION_INT
 <
30300: register foo()" according to the current QGIS version.

About array_lambda, there is now array_foreach in QGIS core using an
expression.

Le lun. 17 sept. 2018 à 04:15, Jean-Baptiste Desbas  a
écrit :

> Hello,
>
> I am maintener of ArrayPlus plugin (
> https://plugins.qgis.org/plugins/arrayplus/)
> Since QGIS 3.3 includes "hstore_to_map" and "json_to_map" functions, the
> ArrayPlus plugin is in conflit with QGIS 3.3.  (
> https://framagit.org/jbdesbas/arrayPlus/issues/2 )
> Tough, I'm not sur that others functions (array_avg, array_min, etc..)
> will be in the QGIS core (https://github.com/qgis/QGIS/pull/7645).
>
> So what is the proper thing to do ?
> Release a new version of the plugin without "hstore_to_map"/"json_to_map"
> and with minimum QGIS version 3.3 ?
> Mark the plugin as deprecated ?
>
> Thanks,
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Plugin ArrayPlus in conflit with QGIS 3.3

2018-09-17 Thread Jean-Baptiste Desbas
Hello,

I am maintener of ArrayPlus plugin (
https://plugins.qgis.org/plugins/arrayplus/)
Since QGIS 3.3 includes "hstore_to_map" and "json_to_map" functions, the
ArrayPlus plugin is in conflit with QGIS 3.3.  (
https://framagit.org/jbdesbas/arrayPlus/issues/2 )
Tough, I'm not sur that others functions (array_avg, array_min, etc..) will
be in the QGIS core (https://github.com/qgis/QGIS/pull/7645).

So what is the proper thing to do ?
Release a new version of the plugin without "hstore_to_map"/"json_to_map"
and with minimum QGIS version 3.3 ?
Mark the plugin as deprecated ?

Thanks,
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user