1
- # RowanSample9V4
2
- Sample project that is being used to develop the ** final** version of the V2.0 project handling API.
3
- ## Summary of Load Specs
4
- ### [ spec_0000] ( https://github.com/dalehenrich/RowanSample9V3/tree/spec_0000 )
1
+ # RowanSample9V4 - spec_0004
2
+ Reconcile inconsistencies for storage of package-specific properties
5
3
```
6
4
RwLoadSpecificationV2 {
7
- #specName : 'spec_0000 ',
5
+ #specName : 'spec_0004 ',
8
6
#projectName : 'RowanSample9V4',
9
7
#gitUrl : '[email protected] :dalehenrich/RowanSample9V4.git',
10
- #revision : 'spec_0000 ',
8
+ #revision : 'spec_0004 ',
11
9
#projectSpecFile : 'rowan/project.ston',
12
10
#componentNames : [
13
- 'Core'
11
+ 'Core1',
12
+ 'Core2'
14
13
],
15
14
#customConditionalAttributes : [
16
15
'tests'
@@ -22,131 +21,19 @@ RwLoadSpecificationV2 {
22
21
}
23
22
}
24
23
},
25
- #comment : 'Empty project with no packages '
24
+ #comment : 'Reconcile inconsistencies for storage of package-specific properties '
26
25
}
27
26
28
27
RwTestProjectLibraryIndexCard {
29
- #name : 'index_0000 ',
30
- #title : 'Empty project with no packages ',
31
- #specName : 'spec_0000 ',
32
- #index : 0 ,
28
+ #name : 'index_0004 ',
29
+ #title : 'Reconcile inconsistencies for storage of package-specific properties ',
30
+ #specName : 'spec_0004 ',
31
+ #index : 4 ,
33
32
#derivedFrom : 'master',
34
33
#comment : '',
35
- #rowanIssues : [ ],
36
- #gemstoneIssues : [ ],
37
- #rowanSHA : '6f8404a8c'
38
- }
39
- ```
40
- ### [ spec_0001] ( https://github.com/dalehenrich/RowanSample9V3/tree/spec_0001 )
41
- ```
42
- RwLoadSpecificationV2 {
43
- #specName : 'spec_0001',
44
- #projectName : 'RowanSample9V4',
45
- #gitUrl : '[email protected] :dalehenrich/RowanSample9V4.git',
46
- #revision : 'spec_0001',
47
- #projectSpecFile : 'rowan/project.ston',
48
- #componentNames : [
49
- 'Core'
50
- ],
51
- #customConditionalAttributes : [
52
- 'tests'
53
- ],
54
- #platformProperties : {
55
- 'gemstone' : {
56
- 'allusers' : {
57
- #defaultSymbolDictName : 'RowanSample9_1'
58
- }
59
- }
60
- },
61
- #comment : 'Bare bones package structure -Core and -Tests'
62
- }
63
-
64
- RwTestProjectLibraryIndexCard {
65
- #name : 'index_0001',
66
- #title : 'Bare bones package structure -Core and -Tests',
67
- #specName : 'spec_0001',
68
- #index : 1,
69
- #derivedFrom : 'spec_0000',
70
- #comment : 'One class per package: RowanSample9-Core and RowanSample9-Tests packages',
71
- #rowanIssues : [
72
- 527
73
- ],
74
- #gemstoneIssues : [ ],
75
- #rowanSHA : '6f8404a8c'
76
- }
77
- ```
78
- ### [ spec_0002] ( https://github.com/dalehenrich/RowanSample9V3/tree/spec_0002 )
79
- ```
80
- RwLoadSpecificationV2 {
81
- #specName : 'spec_0002',
82
- #projectName : 'RowanSample9V4',
83
- #gitUrl : '[email protected] :dalehenrich/RowanSample9V4.git',
84
- #revision : 'spec_0002',
85
- #projectSpecFile : 'rowan/project.ston',
86
- #componentNames : [
87
- 'Core'
88
- ],
89
- #customConditionalAttributes : [
90
- 'tests'
91
- ],
92
- #platformProperties : {
93
- 'gemstone' : {
94
- 'allusers' : {
95
- #defaultSymbolDictName : 'RowanSample9_1'
96
- }
97
- }
98
- },
99
- #comment : 'RowanSample4 basic project definition'
100
- }
101
-
102
- RwTestProjectLibraryIndexCard {
103
- #name : 'index_0002',
104
- #title : 'RowanSample4 basic project definition',
105
- #specName : 'spec_0002',
106
- #index : 2,
107
- #derivedFrom : 'spec_0000',
108
- #comment : 'RowanSampe9Class1 has extension methods',
109
- #rowanIssues : [
110
- 254,
111
- 504
112
- ],
113
- #gemstoneIssues : [ ],
114
- #rowanSHA : '6f8404a8c'
115
- }
116
- ```
117
- ### [ spec_0003] ( https://github.com/dalehenrich/RowanSample9V3/tree/spec_0003 )
118
- ```
119
- RwLoadSpecificationV2 {
120
- #specName : 'spec_0003',
121
- #projectName : 'RowanSample9V4',
122
- #gitUrl : '[email protected] :dalehenrich/RowanSample9V4.git',
123
- #revision : 'spec_0003',
124
- #projectSpecFile : 'rowan/project.ston',
125
- #componentNames : [
126
- 'Core'
127
- ],
128
- #customConditionalAttributes : [
129
- 'tests'
130
- ],
131
- #platformProperties : {
132
- 'gemstone' : {
133
- 'allusers' : {
134
- #defaultSymbolDictName : 'RowanSample9_1'
135
- }
136
- }
137
- },
138
- #comment : 'RowanSample4 primer project definition'
139
- }
140
-
141
- RwTestProjectLibraryIndexCard {
142
- #name : 'index_0003',
143
- #title : 'RowanSample4 primer project definition',
144
- #specName : 'spec_0003',
145
- #index : 3,
146
- #derivedFrom : 'spec_0002',
147
- #comment : 'RowanSample9Class1 has instancesInvariant option set',
148
34
#rowanIssues : [
149
- 254
35
+ 500,
36
+ 531
150
37
],
151
38
#gemstoneIssues : [ ],
152
39
#rowanSHA : '6f8404a8c'
0 commit comments