Re: [GRASS-dev] [GRASS GIS] #3771: Run tests on Travis

2019-03-17 Thread GRASS GIS
#3771: Run tests on Travis
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:
 Component:  Tests|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by sbl):

 Some updates after a first attempt at fixing failling tests.

 The tests test_v_in_pdal_basic and test_v_in_pdal_filter should be
 probably moved from ./vector/v.in.lidar to ./vector/v.in.pdal However,
 tests should only be executed if the module is compiled and avaialable
 (does not seem to be the case for v.in.pdal). The latter is implemented in
 r74287.

 Tests with issues with input data, where values changed (possibly also
 because of changed input data):
  - ./vector/v.in.lidar – mask_test
  - ./vector/v.univar – v_univar_test
  - ./raster/r.basins.fill/testsuite/testrbf.py
  - ./vector/v.surf.rst – test_vsurfrst (elev_points is 3D)
  - ./lib/python/gunittest – test_assertions_vect (column GLEVEL in map
 schools is not numeric)
  - ./imagery/i.vi/testsuite/test_vi.py


 Bugs (suffix gets messed up):
  - ./raster/r.horizon/testsuite/test_r_horizon.py

 Failing tests due to changes in functions:
  - ./lib/python/temporal –
 unittests_temporal_raster_conditionals_complement_else

 Test with various issues failures (many of the temporal tests should be
 fixed by making functions accept unicode in r74285 and r74286)
  - ./scripts/g.extension – test_addons_modules
  - ./lib/python/pygrass/raster/testsuite/test_history.py
  - ./lib/python/pygrass/modules/testsuite/test_import_isolation.py
  - ./temporal/t.vect.algebra/testsuite/test_vector_algebra.py
  - ./temporal/t.rast3d.algebra/testsuite/test_raster3d_algebra.py
  - ./temporal/t.rast.accumulate/testsuite/test_accumulation.py
  - ./temporal/t.rast.algebra/testsuite/test_raster_algebra_granularity.py
  - ./temporal/t.rast.algebra/testsuite/test_raster_algebra.py
  - ./temporal/t.rast.aggregate/testsuite/test_aggregation_absolute.py
  - ./temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh
  - ./temporal/t.rast.accdetect/testsuite/test_simple.py
  - ./temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh
  -
 ./lib/python/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py

 Tests where encoding is a problem:
  - ./temporal/t.info
  - ./vector/v.what – test_vwhat_layers does not fail on my system, maybe
 related to the locals on the server that runs the tests...

 Tests where expected output changed from string to unicode
  - ./lib/python/temporal/testsuite/test_temporal_doctests.py
  - ./lib/python/pygrass/vector/testsuite/test_pygrass_vector_doctests.py
  - ./lib/python/pygrass/raster/testsuite/test_pygrass_raster_doctests.py

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3790: Cleanup gettext usage for python code

2019-03-17 Thread GRASS GIS
#3790: Cleanup gettext usage for python code
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Python   |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by pmav99):

 There were some conflicts after [74264]. I uploaded a new patch.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3790: Cleanup gettext usage for python code

2019-03-17 Thread GRASS GIS
#3790: Cleanup gettext usage for python code
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Python   |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by pmav99):

 * Attachment "gettext_cleanup2.diff" added.


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3760: Simplify the structure of the grass init script

2019-03-17 Thread GRASS GIS
#3760: Simplify the structure of the grass init script
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:
 Component:  Default  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by pmav99):

 * Attachment "simplify_grass_init.diff" added.


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3795: v.to.points dmax default value

2019-03-17 Thread GRASS GIS
#3795: v.to.points dmax default value
-+-
 Reporter:  martinl  |  Owner:  grass-dev@…
 Type:  task | Status:  new
 Priority:  normal   |  Milestone:  8.0.0
Component:  Vector   |Version:  svn-trunk
 Keywords:  v.to.points  |CPU:  Unspecified
 Platform:  Unspecified  |
-+-
 Currently option `dmax` in G7:v.to.points has defined a default value (100
 map units). It's confusing I would say. This default value should be
 probably removed in G8.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3790: Cleanup gettext usage for python code

2019-03-17 Thread GRASS GIS
#3790: Cleanup gettext usage for python code
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Python   |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * milestone:   => 7.8.0


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3790: Cleanup gettext usage for python code

2019-03-17 Thread Markus Metz
On Sat, Mar 16, 2019 at 3:32 PM Markus Neteler  wrote:
>
> Hi devs,
>
> GRASS GIS  schrieb am Di., 12. März 2019, 08:45:
>>
>> #3790: Cleanup gettext usage for python code
>> --+-
>>   Reporter:  pmav99   |  Owner:  grass-dev@…
>>   Type:  enhancement  | Status:  new
>>   Priority:  normal   |  Milestone:
>>  Component:  Python   |Version:  svn-trunk
>> Resolution:   |   Keywords:
>>CPU:  Unspecified  |   Platform:  Unspecified
>> --+-
>> Changes (by pmav99):
>>
>>  * Attachment "gettext_cleanup.diff" added.
>
>
>
> Are there any objections to apply the changes proposed by pmav99?

The patch looks good to me, it provides code simplification and the
location for the import of gettext makes sense.

Markus M
>
> Thanks,
> Markus
>
>
>> --
>> Ticket URL: 
>> GRASS GIS 
>>
>> ___
>> grass-dev mailing list
>> grass-dev@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/grass-dev
>
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] winGRASS7.7.svn dailys down

2019-03-17 Thread Martin Landa
Hi,

po 11. 3. 2019 v 20:01 odesílatel Helmut Kudrnovsky  napsal:
> it seems the winGRASS7.7.svn dailys are down:
>
> https://wingrass.fsv.cvut.cz/grass77/x86_64/
>
> maybe a full disk?

sorry for late answer, yes, you are right. Tomorrow new builds should
be available. Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev