Skip to content

Commit ebd9138

Browse files
committed
Issue #261: now this is canonical order and Rowan is not writing class properties correctly for filetree [ci skip]
1 parent 36d3478 commit ebd9138

File tree

5 files changed

+10
-32
lines changed

5 files changed

+10
-32
lines changed

shared/repos/GsDevKit_launcher/rowan/scripts/gsdevkit_launcher-Scripts/GdkL_Hello.class.st

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ Class {
1010

1111
{ #category : 'main' }
1212
GdkL_Hello >> main [
13-
14-
^'hello world'
13+
^ 'hello world'
1514
]
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
7-
"commentStamp" : "",
83
"instvars" : [
9-
"write" ],
4+
"write"
5+
],
106
"name" : "GdkL_CopyScriptClasses",
11-
"pools" : [
12-
],
137
"super" : "AbstractGsDevKitProgram",
14-
"type" : "normal" }
8+
"type" : "normal"
9+
}
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
7-
"commentStamp" : "",
8-
"instvars" : [
9-
],
103
"name" : "GdkL_Error",
11-
"pools" : [
12-
],
134
"super" : "AbstractGsDevKitProgram",
14-
"type" : "normal" }
5+
"type" : "normal"
6+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
main
22
main
3-
^ 'howdy do world'
3+
^ 'hello world'
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
7-
"commentStamp" : "",
8-
"instvars" : [
9-
],
103
"name" : "GdkL_Hello",
11-
"pools" : [
12-
],
134
"super" : "AbstractGsDevKitProgram",
14-
"type" : "normal" }
5+
"type" : "normal"
6+
}

0 commit comments

Comments
 (0)