1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in
Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000152 [USE] OCL expressions feature always 2012-11-03 09:19 2012-11-08 08:35
Reporter unauthenticated View Status public  
Assigned To H-man2
Priority normal Resolution fixed  
Status resolved   Product Version 3.0.4
Summary 0000152: order of tuple components
Description it would be nicer if the output order/representation of tuples would
follow the input term. thus instead of

?Tuple{EINS:42,ZWEI:true,DREI:3.14}
Tuple{DREI=3.14,EINS=42,ZWEI=true} : Tuple(DREI:Real,EINS:Integer,ZWEI:Boolean)

one should obtain

?Tuple{EINS:42,ZWEI:true,DREI:3.14}
Tuple{EINS=42,ZWEI=true,DREI=3.14} : Tuple(EINS:Integer,ZWEI:Boolean,DREI:Real)

of course, one should still obtain
Tuple{EINS:42,ZWEI:true,DREI:3.14}=Tuple{DREI=3.14,EINS=42,ZWEI=true}

only the output order/representation of the tuple should follow the input
--mg
Additional Information
Tags No tags attached.
Attach Tags (Separate by ",")
Attached Files

- Relationships

-  Notes
(0000422)
H-man2 (administrator)
2012-11-04 11:41

- Fixed in 3.1.0.
- Tests need to be checked.

- Issue History
Date Modified Username Field Change
2012-11-03 09:19 unauthenticated New Issue
2012-11-04 11:40 H-man2 Status new => assigned
2012-11-04 11:40 H-man2 Assigned To => H-man2
2012-11-04 11:41 H-man2 Note Added: 0000422
2012-11-04 11:41 H-man2 Target Version => 3.1.0
2012-11-08 08:35 H-man2 Status assigned => resolved
2012-11-08 08:35 H-man2 Fixed in Version => 3.1.0
2012-11-08 08:35 H-man2 Resolution open => fixed


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker