[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-389-ge273c1431

git at osgeo.org git at osgeo.org
Thu Jan 27 13:44:40 PST 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  e273c14312d8632a40b868586f31b1aae43abce4 (commit)
      from  be464e4bd76bd9691f0297bb09001ec671f141cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e273c14312d8632a40b868586f31b1aae43abce4
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 27 22:43:59 2022 +0100

    Drop most TODO files, either empty or completely outdated
    
    A couple of TODO files are still in the repo but I don't feel like
    reviewing them at the moment

diff --git a/liblwgeom/TODO b/liblwgeom/TODO
deleted file mode 100644
index fe68c6c56..000000000
--- a/liblwgeom/TODO
+++ /dev/null
@@ -1,31 +0,0 @@
-# Status of topology functions (X = done)
-
-lwt_CreateBackendIface X
-lwt_BackendIfaceRegisterCallbacks X
-lwt_FreeBackendIface  X
-lwt_LoadTopology      X
-lwt_FreeTopology      X
-lwt_AddIsoNode        X
-lwt_AddEdgeModFace    X
-lwt_AddEdgeNewFaces   X
-lwt_ModEdgeSplit      X
-lwt_NewEdgesSplit     X
-
-lwt_AddIsoEdge        X
-lwt_GetFaceGeometry   X
-lwt_GetFaceEdges      X
-lwt_ChangeEdgeGeom    X
-lwt_RemoveIsoNode     X
-lwt_RemoveIsoEdge     X
-lwt_MoveIsoNode       X
-lwt_RemEdgeModFace    X
-lwt_RemEdgeNewFace    X
-lwt_ModEdgeHeal       X
-lwt_NewEdgeHeal       X
-
-lwt_GetFaceByPoint    X
-lwt_GetNodeByPoint    X
-lwt_GetEdgeByPoint    X
-lwt_TopoGeo_AddPoint  X
-lwt_TopoGeo_AddLineString X
-lwt_TopoGeo_AddPolygon X
diff --git a/loader/TODO b/loader/TODO
deleted file mode 100644
index e69de29bb..000000000
diff --git a/postgis/TODO b/postgis/TODO
deleted file mode 100644
index 772e73d58..000000000
--- a/postgis/TODO
+++ /dev/null
@@ -1,24 +0,0 @@
-- copy bbox on deserializzation (for memory alignment constraints)
-
-- lwgeom_clone_deep / lwgeom_release_deep
-  (or maybe should both be always be deep.... )
-
-- LWGEOM editor (insert/append a geom, remove a geom, ....)
- 
-- Flatten(geometry) 
-
-- F linemerge(linestring, linestring)
-
-- A linemerge(linestring, linestring)
-
-- Check spheroid misure functions
-	o can't understand if 3d computation works since
-	  I get same result w/ 2d and 3d.
-	o check if distance can be computed in 3d space
-
-- Check semantic required by OGC functions working on "first geometry
-  of a given type". Is the first geometry be to be seeked inside 
-  collection elements (currently it is not w/ LWGEOM) ?
-
-- proj support functions might need 3d sometimes.
-
diff --git a/raster/TODO b/raster/TODO
deleted file mode 100644
index c6de48c15..000000000
--- a/raster/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-
-This is the TODO list for PostGIS Raster.  Items in this TODO file should be
-kept brief and to the point.  TODO items should only be those items that have
-yet to be ticketed in PostGIS trac and lack specifics.
-
-== Simple Projects ==
-
-== Larger Projects ==

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/TODO | 31 -------------------------------
 loader/TODO    |  0
 postgis/TODO   | 24 ------------------------
 raster/TODO    |  8 --------
 4 files changed, 63 deletions(-)
 delete mode 100644 liblwgeom/TODO
 delete mode 100644 loader/TODO
 delete mode 100644 postgis/TODO
 delete mode 100644 raster/TODO


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list