| Anonymous | Login | 2013-05-25 08:11 UTC |
| Main | My View | View Issues | Report Issue | Change Log | Roadmap | Docs |
| 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 | |||||||
|
|
|||||||
Notes |
|
|
(0000422) H-man2 (administrator) 2012-11-04 11:41 |
- Fixed in 3.1.0. - Tests need to be checked. |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |
© 2013 SourceForge. All Rights Reserved. SourceForge is a Dice Holdings, Inc. company Terms of Use - Privacy Policy - Cookies/Opt Out