[Swift-devel] [Bug 125] New: Single line struct declarations are not quite right
bugzilla-daemon at mcs.anl.gov
bugzilla-daemon at mcs.anl.gov
Thu Jan 24 17:07:07 CST 2008
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=125
Summary: Single line struct declarations are not quite right
Product: Swift
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: SwiftScript language
AssignedTo: benc at hawaga.org.uk
ReportedBy: hategan at mcs.anl.gov
type LogScale {
string x, y, z;
}
translation:
<xs:complexType name="LogScale">
<xs:sequence>
<xs:element name="x" type="string"/>
<xs:element name="x" type="string"/>
<xs:element name="x" type="string"/>
</xs:sequence>
</xs:complexType>
--
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Swift-devel
mailing list