Opened 13 years ago
Closed 9 years ago
#1220 closed task (fixed)
Move logging functions and macros out of liblwgeom.h
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.2.0 |
Component: | liblwgeom | Version: | master |
Keywords: | Cc: |
Description
All the DEBUG-related macros do not belong to the public header, and they only introduce confusion there. Should be moved somewhere else, liblwgeom_internal.h seems a good bet.
Change History (5)
comment:1 by , 13 years ago
Summary: | Move LWDEBUG and friends from liblwgeom.h to an internal header → Move logging functions and macros out of liblwgeom.h |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Moving LWDEBUG* macros helped find a couple of files with missing copyright headers and misuse of the LW* macro where the POSTGIS_DEBUG* needed to be used instead.
This first step is in r7907.
lwnotice/lwerror still needs to be moved.
comment:3 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS 2.1.0 |
---|---|
Priority: | medium → low |
Type: | defect → task |
comment:4 by , 12 years ago
Milestone: | PostGIS 2.1.0 → PostGIS Future |
---|
comment:5 by , 9 years ago
Milestone: | PostGIS Future → PostGIS 2.2.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Done with r13652
Note:
See TracTickets
for help on using tickets.
Actually also lwerror and lwnotice are likely not useful to have in the public header.