Closed GoogleCodeExporter closed 8 years ago
This set of patch files does a simple fix to resolve this issue (and probably
issue 56 as well. I updated the
USObjCKeywords class to scrub names of invalid characters (that can't be used
in class or variable names) and
altered other files to call the new method to try and clean up the generated
code when it contains characters
such as '-' or '$'. I'd like for more experienced ObjC programmers to validate
this and make sure I'm not doing
anything dumb related to memory management with this.
Original comment by g051...@gmail.com
on 19 Nov 2009 at 7:38
Attachments:
Here's another patch file to fix an issue that cropped up in our testing. The
problem was that my original patch
was causing the special characters to be stripped out of the wsdlName for
elements and attributes by mistake.
This patch to Schema.m corrects that.
Original comment by g051...@gmail.com
on 23 Nov 2009 at 2:49
Attachments:
I've done the mostly same things, see my patch for comparison. (I do not filter
the '$' char, but that's easy to add in mine.) Also I've stripped illegal chars
from other places that cause a problem.
Original comment by lailo...@gmail.com
on 6 Jan 2011 at 2:38
Attachments:
I've added the '$' to my patch, and in another issue submitted a change to try
and fix a few of these.
The change seems to be in the latest svn now.
This should be closed now.
Original comment by lailo...@gmail.com
on 28 Feb 2011 at 2:30
revision 182 solves this, except for the '$' char. I'll patch that in if
necessary.
Original comment by hasse...@gmail.com
on 28 Feb 2011 at 7:19
Original issue reported on code.google.com by
g051...@gmail.com
on 20 Oct 2009 at 5:45