Skip to content

Commit

Permalink
Merge branch 'master' into devwork
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Nov 13, 2024
2 parents 8a3f08c + 47a88fc commit 2e8c65a
Show file tree
Hide file tree
Showing 640 changed files with 7,530 additions and 10,033 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
strategy:
fail-fast: false
matrix:
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 ]
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 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-13
experimental: true
- smalltalk: GToolkit64-release
experimental: true
- smalltalk: Squeak64-6.0
experimental: true
- smalltalk: Squeak64-5.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ baselinecommon: spec
spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ];
package: 'Seaside-Tools-Web' with: [
spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ) ];
package: 'Seaside-WebComponents-Core' with: [
spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Component' 'Seaside-RenderLoop') ];
package: 'Seaside-WebComponents-Examples' with: [
spec requires: #('Seaside-WebComponents-Core' 'Seaside-Examples') ];
package: 'Seaside-Widgets' with: [
spec requires: #('Seaside-Component' 'Seaside-Canvas' ) ];
package: 'Seaside-HotwireTurbo-Core' with: [
Expand Down Expand Up @@ -93,6 +97,8 @@ baselinecommon: spec
spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ];
package: 'Seaside-Tests-UTF8' with: [
spec requires: #('Seaside-Tests-Core' ) ];
package: 'Seaside-Tests-WebComponents' with: [
spec requires: #('Seaside-WebComponents-Core' 'Seaside-Tests-Core' 'Seaside-Session' 'Seaside-Examples'). ];
package: 'Seaside-Tests-Parasol' with: [
spec requires: #('Parasol' 'Seaside-Tests-Functional' 'Seaside-Tools-Core') ].
spec
Expand All @@ -102,9 +108,9 @@ baselinecommon: spec
group: 'All' with: #('Tests' 'Development Tests');

group: 'Core' with: #('Seaside-Core' 'Seaside-Continuation' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' );
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');
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');
group: 'Hotwired' with: #('Seaside-HotwireTurbo-Core');
group: 'Development' with: #('Core' 'Seaside-Development');
group: 'Development Tests' with: #('Development' 'Core' 'Seaside-Tests-Development');
group: 'Email' with: #('Seaside-Email');
group: 'Examples' with: #('Core' 'Seaside-Examples' 'Seaside-REST-Examples' 'Seaside-HotwireTurbo-Examples') ].
group: 'Examples' with: #('Core' 'Seaside-Examples' 'Seaside-REST-Examples' 'Seaside-HotwireTurbo-Examples' 'Seaside-WebComponents-Examples') ].
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ baselines
baselinegettext: spec

spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'gemstone')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x' #'gemstone')
do: [
spec
package: 'Seaside-Gettext-Core'
Expand All @@ -18,8 +18,9 @@ baselinegettext: spec
group: 'Gettext-Examples'
with: #('Seaside-Gettext' 'Seaside-Gettext-Examples');
group: 'Tests' with: #('Seaside-Tests-Gettext-Core' 'Gettext-Examples') ].

spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
do: [
spec
package: 'Seaside-Pharo-Gettext-Core';
Expand All @@ -29,13 +30,11 @@ baselinegettext: spec
with: [ spec requires: 'Seaside-Pharo-Gettext-Core' ].
spec
group: 'Tests' with: #('Seaside-Tests-Pharo-Gettext') ].

spec
for: #(#'gemstone')
do: [
spec
package: 'Seaside-GemStone-Gettext-Core';
"package: 'Seaside-GemStone-Gettext-Examples';"
package: 'Seaside-Gettext-Core'
with: [ spec includes: #('Seaside-GemStone-Gettext-Core') ]";
package: 'Seaside-Gettext-Examples'
with: [ spec includes: #('Seaside-GemStone-Gettext-Examples') ]" ]
with: [ spec includes: #('Seaside-GemStone-Gettext-Core') ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ baselinepharo: spec
package: 'Seaside-Pharo-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ].

spec
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
do: [ spec
package: 'Seaside-Tools-Core' with: [ spec includes: #('Seaside-Pharo100-Tools-Spec2') ];
package: 'Seaside-Pharo100-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ baselinerest: spec
].

spec
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x')
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x' 'pharo13.x')
do:[
spec
package: 'Seaside-Pharo90-REST-Core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ baselineslime: spec
group: 'Development Tests' with: #('Seaside-Tests-Slime') ].

spec
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
do: [
spec
package: 'Seaside-Pharo110-Slime' with: [ spec requires: #('Grease Slime') ];
Expand Down
5 changes: 3 additions & 2 deletions repository/Comet-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
19 changes: 9 additions & 10 deletions repository/Comet-Core.package/CTComet.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"category" : "Comet-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "JSObject",
"category" : "Comet-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"pusher",
"url" ],
"url"
],
"name" : "CTComet",
"pools" : [
],
"super" : "JSObject",
"type" : "normal" }
"type" : "normal"
}
19 changes: 9 additions & 10 deletions repository/Comet-Core.package/CTFilter.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "Comet-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WARequestFilter",
"category" : "Comet-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"handlers" ],
"handlers"
],
"name" : "CTFilter",
"pools" : [
],
"super" : "WARequestFilter",
"type" : "normal" }
"type" : "normal"
}
19 changes: 9 additions & 10 deletions repository/Comet-Core.package/CTHandler.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"category" : "Comet-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WAObject",
"category" : "Comet-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"id",
"pusher",
"session",
"response" ],
"response"
],
"name" : "CTHandler",
"pools" : [
],
"super" : "WAObject",
"type" : "normal" }
"type" : "normal"
}
19 changes: 8 additions & 11 deletions repository/Comet-Core.package/CTLibrary.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Comet-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "CTLibrary",
"pools" : [
],
"super" : "WAFileLibrary",
"type" : "normal" }
"category" : "Comet-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "CTLibrary",
"type" : "normal"
}
19 changes: 10 additions & 9 deletions repository/Comet-Core.package/CTPusher.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"commentStamp" : "",
"super" : "WAObject",
"category" : "Comet-Core",
"classinstvars" : [
"process" ],
"classvars" : [
],
"commentStamp" : "",
"process"
],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"mutex",
"handlers",
"rendererClass" ],
"rendererClass"
],
"name" : "CTPusher",
"pools" : [
],
"super" : "WAObject",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Comet-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "CTStreamingServerRequired",
"pools" : [
],
"super" : "WAError",
"type" : "normal" }
"category" : "Comet-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "CTStreamingServerRequired",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRDelegatingStream" }
"name" : "GRDelegatingStream"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPlatform" }
"name" : "GRPlatform"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "WAComboResponse" }
"name" : "WAComboResponse"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "WARenderer" }
"name" : "WARenderer"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "WARequestFilter" }
"name" : "WARequestFilter"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "WAStreamedResponse" }
"name" : "WAStreamedResponse"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Comet-Core'!
self packageOrganizer ensurePackage: #'Comet-Core' withTags: #()!
Loading

0 comments on commit 2e8c65a

Please sign in to comment.