Skip to content

Commit 2e8c65a

Browse files
author
Johan Brichau
committed
Merge branch 'master' into devwork
2 parents 8a3f08c + 47a88fc commit 2e8c65a

File tree

640 files changed

+7530
-10033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

640 files changed

+7530
-10033
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [ Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.7 ]
11+
smalltalk: [ Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8 ]
1212
experimental: [ false ]
1313
include:
14+
- smalltalk: Pharo64-13
15+
experimental: true
16+
- smalltalk: GToolkit64-release
17+
experimental: true
1418
- smalltalk: Squeak64-6.0
1519
experimental: true
1620
- smalltalk: Squeak64-5.3

repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinecommon..st

+8-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ baselinecommon: spec
5959
spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ];
6060
package: 'Seaside-Tools-Web' with: [
6161
spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ) ];
62+
package: 'Seaside-WebComponents-Core' with: [
63+
spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Component' 'Seaside-RenderLoop') ];
64+
package: 'Seaside-WebComponents-Examples' with: [
65+
spec requires: #('Seaside-WebComponents-Core' 'Seaside-Examples') ];
6266
package: 'Seaside-Widgets' with: [
6367
spec requires: #('Seaside-Component' 'Seaside-Canvas' ) ];
6468
package: 'Seaside-HotwireTurbo-Core' with: [
@@ -93,6 +97,8 @@ baselinecommon: spec
9397
spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ];
9498
package: 'Seaside-Tests-UTF8' with: [
9599
spec requires: #('Seaside-Tests-Core' ) ];
100+
package: 'Seaside-Tests-WebComponents' with: [
101+
spec requires: #('Seaside-WebComponents-Core' 'Seaside-Tests-Core' 'Seaside-Session' 'Seaside-Examples'). ];
96102
package: 'Seaside-Tests-Parasol' with: [
97103
spec requires: #('Parasol' 'Seaside-Tests-Functional' 'Seaside-Tools-Core') ].
98104
spec
@@ -102,9 +108,9 @@ baselinecommon: spec
102108
group: 'All' with: #('Tests' 'Development Tests');
103109

104110
group: 'Core' with: #('Seaside-Core' 'Seaside-Continuation' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' );
105-
group: 'Tests' with: #('Core' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' 'Seaside-Tests-UTF8' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Email' 'Seaside-Tests-Examples' 'RSS Tests' 'Welcome Tests' 'REST Tests' 'Swagger Tests' 'Seaside-Tests-Parasol');
111+
group: 'Tests' with: #('Core' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' 'Seaside-Tests-UTF8' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Email' 'Seaside-Tests-Examples' 'Seaside-Tests-WebComponents' 'RSS Tests' 'Welcome Tests' 'REST Tests' 'Swagger Tests' 'Seaside-Tests-Parasol');
106112
group: 'Hotwired' with: #('Seaside-HotwireTurbo-Core');
107113
group: 'Development' with: #('Core' 'Seaside-Development');
108114
group: 'Development Tests' with: #('Development' 'Core' 'Seaside-Tests-Development');
109115
group: 'Email' with: #('Seaside-Email');
110-
group: 'Examples' with: #('Core' 'Seaside-Examples' 'Seaside-REST-Examples' 'Seaside-HotwireTurbo-Examples') ].
116+
group: 'Examples' with: #('Core' 'Seaside-Examples' 'Seaside-REST-Examples' 'Seaside-HotwireTurbo-Examples' 'Seaside-WebComponents-Examples') ].

repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegettext..st

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baselines
22
baselinegettext: spec
33

44
spec
5-
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'gemstone')
5+
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x' #'gemstone')
66
do: [
77
spec
88
package: 'Seaside-Gettext-Core'
@@ -18,8 +18,9 @@ baselinegettext: spec
1818
group: 'Gettext-Examples'
1919
with: #('Seaside-Gettext' 'Seaside-Gettext-Examples');
2020
group: 'Tests' with: #('Seaside-Tests-Gettext-Core' 'Gettext-Examples') ].
21+
2122
spec
22-
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x')
23+
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
2324
do: [
2425
spec
2526
package: 'Seaside-Pharo-Gettext-Core';
@@ -29,13 +30,11 @@ baselinegettext: spec
2930
with: [ spec requires: 'Seaside-Pharo-Gettext-Core' ].
3031
spec
3132
group: 'Tests' with: #('Seaside-Tests-Pharo-Gettext') ].
33+
3234
spec
3335
for: #(#'gemstone')
3436
do: [
3537
spec
3638
package: 'Seaside-GemStone-Gettext-Core';
37-
"package: 'Seaside-GemStone-Gettext-Examples';"
3839
package: 'Seaside-Gettext-Core'
39-
with: [ spec includes: #('Seaside-GemStone-Gettext-Core') ]";
40-
package: 'Seaside-Gettext-Examples'
41-
with: [ spec includes: #('Seaside-GemStone-Gettext-Examples') ]" ]
40+
with: [ spec includes: #('Seaside-GemStone-Gettext-Core') ] ]

repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinepharo..st

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ baselinepharo: spec
4949
package: 'Seaside-Pharo-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ].
5050

5151
spec
52-
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
52+
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
5353
do: [ spec
5454
package: 'Seaside-Tools-Core' with: [ spec includes: #('Seaside-Pharo100-Tools-Spec2') ];
5555
package: 'Seaside-Pharo100-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ]

repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinerest..st

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ baselinerest: spec
5151
].
5252

5353
spec
54-
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x')
54+
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x' 'pharo13.x')
5555
do:[
5656
spec
5757
package: 'Seaside-Pharo90-REST-Core';

repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineslime..st

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ baselineslime: spec
1919
group: 'Development Tests' with: #('Seaside-Tests-Slime') ].
2020

2121
spec
22-
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
22+
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
2323
do: [
2424
spec
2525
package: 'Seaside-Pharo110-Slime' with: [ spec requires: #('Grease Slime') ];
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"noMethodMetaData" : true,
32
"separateMethodMetaAndSource" : false,
4-
"useCypressPropertiesFile" : true }
3+
"noMethodMetaData" : true,
4+
"useCypressPropertiesFile" : true
5+
}
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"category" : "Comet-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
3+
"super" : "JSObject",
4+
"category" : "Comet-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
88
"instvars" : [
99
"pusher",
10-
"url" ],
10+
"url"
11+
],
1112
"name" : "CTComet",
12-
"pools" : [
13-
],
14-
"super" : "JSObject",
15-
"type" : "normal" }
13+
"type" : "normal"
14+
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"category" : "Comet-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
3+
"super" : "WARequestFilter",
4+
"category" : "Comet-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
88
"instvars" : [
9-
"handlers" ],
9+
"handlers"
10+
],
1011
"name" : "CTFilter",
11-
"pools" : [
12-
],
13-
"super" : "WARequestFilter",
14-
"type" : "normal" }
12+
"type" : "normal"
13+
}
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"category" : "Comet-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
3+
"super" : "WAObject",
4+
"category" : "Comet-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
88
"instvars" : [
99
"id",
1010
"pusher",
1111
"session",
12-
"response" ],
12+
"response"
13+
],
1314
"name" : "CTHandler",
14-
"pools" : [
15-
],
16-
"super" : "WAObject",
17-
"type" : "normal" }
15+
"type" : "normal"
16+
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Comet-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "CTLibrary",
11-
"pools" : [
12-
],
133
"super" : "WAFileLibrary",
14-
"type" : "normal" }
4+
"category" : "Comet-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "CTLibrary",
10+
"type" : "normal"
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2+
"commentStamp" : "",
3+
"super" : "WAObject",
24
"category" : "Comet-Core",
35
"classinstvars" : [
4-
"process" ],
5-
"classvars" : [
6-
],
7-
"commentStamp" : "",
6+
"process"
7+
],
8+
"pools" : [ ],
9+
"classvars" : [ ],
810
"instvars" : [
911
"mutex",
1012
"handlers",
11-
"rendererClass" ],
13+
"rendererClass"
14+
],
1215
"name" : "CTPusher",
13-
"pools" : [
14-
],
15-
"super" : "WAObject",
16-
"type" : "normal" }
16+
"type" : "normal"
17+
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Comet-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "CTStreamingServerRequired",
11-
"pools" : [
12-
],
133
"super" : "WAError",
14-
"type" : "normal" }
4+
"category" : "Comet-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "CTStreamingServerRequired",
10+
"type" : "normal"
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2-
"name" : "GRDelegatingStream" }
2+
"name" : "GRDelegatingStream"
3+
}

repository/Comet-Core.package/GRPackage.extension/class/cometCore.st

-9
This file was deleted.

repository/Comet-Core.package/GRPackage.extension/properties.json

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2-
"name" : "GRPlatform" }
2+
"name" : "GRPlatform"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2-
"name" : "WAComboResponse" }
2+
"name" : "WAComboResponse"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2-
"name" : "WARenderer" }
2+
"name" : "WARenderer"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2-
"name" : "WARequestFilter" }
2+
"name" : "WARequestFilter"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2-
"name" : "WAStreamedResponse" }
2+
"name" : "WAStreamedResponse"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SystemOrganization addCategory: #'Comet-Core'!
1+
self packageOrganizer ensurePackage: #'Comet-Core' withTags: #()!

0 commit comments

Comments
 (0)