logo       

[jira] Created: (BOO-481) errors with attributes in C# to boo converter: msg#00039

lang.boo.devel

Subject: [jira] Created: (BOO-481) errors with attributes in C# to boo converter

errors with attributes in C# to boo converter
---------------------------------------------

Key: BOO-481
URL: http://jira.codehaus.org/browse/BOO-481
Project: Boo
Type: Bug
Components: #develop addin
Versions: 0.6
Reporter: Doug Holton
Priority: Minor


C# to boo converter misses a comma after the first parameter to an attribute:
[System.Web.Services.Protocols.SoapRpcMethodAttribute('urn:GoogleSearchAction'RequestNamespace:
'urn:GoogleSearch', ResponseNamespace: 'urn:GoogleSearch')]

and doesn't move returntype attributes to after the return type of a method:
[return: System.Xml.Serialization.SoapElementAttribute('return'DataType:
'base64Binary')]
(returntype attributes don't compile in boo anyway, however, because of SRE bug)

To reproduce, on windows command line type "wsdl
http://api.google.com/GoogleSearch.wsdl";.
Then convert the C# file that was generated to boo and see the attributes (note
though, even after correcting errors, this file apparently won't run in boo for
other unrelated reasons).


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise