Skip to content

Commit cc90a83

Browse files
committed
GemTalk/Rowan#953 - generating inital contents for RowanSample9V4
1 parent 95ba938 commit cc90a83

File tree

5 files changed

+31
-30
lines changed

5 files changed

+31
-30
lines changed

README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# RowanSample9V4 - spec_0002
2-
RowanSample4 basic project definition
1+
# RowanSample9V4 - spec_0003
2+
RowanSample4 primer project definition
33
```
44
RwLoadSpecificationV2 {
5-
#specName : 'spec_0002',
5+
#specName : 'spec_0003',
66
#projectName : 'RowanSample9V4',
77
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
8-
#revision : 'spec_0002',
8+
#revision : 'spec_0003',
99
#projectSpecFile : 'rowan/project.ston',
1010
#componentNames : [
1111
'Core'
@@ -20,19 +20,18 @@ RwLoadSpecificationV2 {
2020
}
2121
}
2222
},
23-
#comment : 'RowanSample4 basic project definition'
23+
#comment : 'RowanSample4 primer project definition'
2424
}
2525
2626
RwTestProjectLibraryIndexCard {
27-
#name : 'index_0002',
28-
#title : 'RowanSample4 basic project definition',
29-
#specName : 'spec_0002',
30-
#index : 2,
31-
#derivedFrom : 'spec_0000',
32-
#comment : 'RowanSampe9Class1 has extension methods',
27+
#name : 'index_0003',
28+
#title : 'RowanSample4 primer project definition',
29+
#specName : 'spec_0003',
30+
#index : 3,
31+
#derivedFrom : 'spec_0002',
32+
#comment : 'RowanSample9Class1 has instancesInvariant option set',
3333
#rowanIssues : [
34-
254,
35-
504
34+
254
3635
],
3736
#gemstoneIssues : [ ],
3837
#rowanSHA : '6f8404a8c'

index_0002.ston

-14
This file was deleted.

index_0003.ston

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0003',
3+
#title : 'RowanSample4 primer project definition',
4+
#specName : 'spec_0003',
5+
#index : 3,
6+
#derivedFrom : 'spec_0002',
7+
#comment : 'RowanSample9Class1 has instancesInvariant option set',
8+
#rowanIssues : [
9+
254
10+
],
11+
#gemstoneIssues : [ ],
12+
#rowanSHA : '6f8404a8c'
13+
}

rowan/specs/spec_0002.ston rowan/specs/spec_0003.ston

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RwLoadSpecificationV2 {
2-
#specName : 'spec_0002',
2+
#specName : 'spec_0003',
33
#projectName : 'RowanSample9V4',
44
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
5-
#revision : 'spec_0002',
5+
#revision : 'spec_0003',
66
#projectSpecFile : 'rowan/project.ston',
77
#componentNames : [
88
'Core'
@@ -17,5 +17,5 @@ RwLoadSpecificationV2 {
1717
}
1818
}
1919
},
20-
#comment : 'RowanSample4 basic project definition'
20+
#comment : 'RowanSample4 primer project definition'
2121
}

src/RowanSample9V4-Core/RowanSample9V4Class1.class.st

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ I am an example class
44
Class {
55
#name : 'RowanSample9V4Class1',
66
#superclass : 'Object',
7+
#gs_options : [
8+
'instancesInvariant'
9+
],
710
#category : 'RowanSample9V4-Core'
811
}
912

0 commit comments

Comments
 (0)