Ticket #852 (closed defect: fixed)

Opened 9 years ago

Last modified 9 years ago

"string" member of labelCacheMemberObj conflict with C#

Reported by: sgillies@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.2
Severity: normal Keywords:
Cc:

Description

"string" is a C# keyword and anyone who tries to make a C# mapscript module
using SWIG immediately runs into a conflict.  The mapscript.i file was filled
with such conflicts, and they exist in the core mapserver structures as well.
At any rate, "string" is a bad name for a variable and the code benefits
from a renaming.

Change History

Changed 9 years ago by sgillies@…

  • blocked set to 847

Changed 9 years ago by sdlime

Can you make the switch to text or something along those lines? I doubt anyone 
will notice...

Steve

Changed 9 years ago by sgillies@…

  • status changed from new to assigned
OK.

Changed 9 years ago by sgillies@…

  • status changed from assigned to closed
  • resolution set to fixed
Done.  Will reopen if I've missed anything.

Changed 9 years ago by sdlime

Great, thanks!

Steve
Note: See TracTickets for help on using tickets.