View Issue Details

IDProjectCategoryView StatusLast Update
000281910000-006: MappingsSpecpublic2014-10-16 07:54
ReporterChristian Zugfil Assigned ToRandy Armstrong  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03 
Target Version1.03Fixed in Version1.03 
Summary0002819: Improve description of the matrix dimensions array
Description

It is not clear which values and combination of values are allowed for the elements in the dimensions array of matrices.

Suggestion for valid configurations:
[-1;-1;-1] for null matrix (according to array with length -1)
[0;0;0] for emtpy matrix (according to array with length 0)
[n>0;n>0;n>0] for all remaining configurations

Values < -1 should not be allowed.
0 or -1 in combination with values > 0 should not be allowed. (i.e. [-1;1;1])

Current stacks seem to preserve the input values which creates difficulties for the applications.

Stack should not try to "correct" invalid values but reject them.
The compliance test tool should provide tests with valid and invalid values.

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Randy Armstrong

2014-10-09 04:58

administrator   ~0005528

Added req that all dimensions shall be specified and shall be greater than zero in 1.03 DRAFT 2

Jim Luth

2014-10-16 07:53

administrator   ~0005549

We modified the text in the Carros meeting and agreed to close. All stacks need to be updated to conform. See related Mantis issues.

Jim Luth

2014-10-16 07:54

administrator   ~0005550

Reviewed and agreed to changes in Carros meeting.

Issue History

Date Modified Username Field Change
2014-08-13 10:23 Christian Zugfil New Issue
2014-08-19 16:39 Jim Luth Assigned To => Randy Armstrong
2014-08-19 16:39 Jim Luth Status new => assigned
2014-08-19 16:39 Jim Luth Category (No Category) => Spec
2014-08-19 16:39 Jim Luth Target Version => 1.03
2014-10-09 04:58 Randy Armstrong Note Added: 0005528
2014-10-09 04:58 Randy Armstrong Status assigned => resolved
2014-10-09 04:58 Randy Armstrong Resolution open => fixed
2014-10-16 07:46 Jim Luth Issue cloned: 0002859
2014-10-16 07:50 Jim Luth Issue cloned: 0002860
2014-10-16 07:52 Jim Luth Issue cloned: 0002861
2014-10-16 07:53 Jim Luth Note Added: 0005549
2014-10-16 07:54 Jim Luth Note Added: 0005550
2014-10-16 07:54 Jim Luth Status resolved => closed
2014-10-16 07:54 Jim Luth Fixed in Version => 1.03