Skip to content

Commit

Permalink
Merge pull request #181 from marschall/improve-Squeak6
Browse files Browse the repository at this point in the history
Improve Squeak 6 Support
  • Loading branch information
jbrichau committed Jul 17, 2024
2 parents a52ee70 + 4c94ee7 commit cd7a7cb
Show file tree
Hide file tree
Showing 137 changed files with 538 additions and 243 deletions.
5 changes: 2 additions & 3 deletions repository/Grease-Squeak6-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"fullName" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "Behavior"
}
"name" : "Behavior" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"valueWithPossibleArguments:" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "BlockClosure"
}
"name" : "BlockClosure" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"greaseString" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "ByteArray"
}
"name" : "ByteArray" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"greaseInteger" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "Character"
}
"name" : "Character" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"any" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "Collection"
}
"name" : "Collection" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"class" : {
"milliseconds:" : " 7/15/2024 14:23:40" },
"instance" : {
"asMilliseconds" : " 7/15/2024 14:23:40",
"milliseconds" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "Duration"
}
"name" : "Duration" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"greaseNext:putAll:startingAt:" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "GRDelegatingStream"
}
"name" : "GRDelegatingStream" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"class" : {
"default" : " 7/15/2024 14:23:40",
"defaultValue" : " 7/15/2024 14:23:40",
"use:during:" : " 7/15/2024 14:23:40" },
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "",
"super" : "DynamicVariable",
"category" : "Grease-Squeak6-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRDynamicVariable",
"type" : "normal"
}
"pools" : [
],
"super" : "DynamicVariable",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
"greaseSqueak6Core" : " 7/15/2024 14:23:40" },
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "GRPackage"
}
"name" : "GRPackage" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"class" : {
"on:converter:" : " 7/15/2024 14:23:40" },
"instance" : {
"greaseNext:putAll:startingAt:" : " 7/15/2024 14:23:40",
"initializeOn:converter:" : " 7/15/2024 14:23:40",
"next" : " 7/15/2024 14:23:40",
"next:" : " 7/15/2024 14:23:40",
"nextPut:" : " 7/15/2024 14:23:40",
"nextPutAll:" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "pmm 9/14/2013 15:53",
"super" : "GRCodecStream",
"category" : "Grease-Squeak6-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 9/14/2013 15:53",
"instvars" : [
"converter"
],
"converter" ],
"name" : "GRPharoConverterCodecStream",
"type" : "normal"
}
"pools" : [
],
"super" : "GRCodecStream",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"class" : {
"basicForEncoding:" : " 7/15/2024 14:23:40",
"codecs" : " 7/15/2024 14:23:40",
"supportedEncodingNames" : " 7/15/2024 14:23:40",
"supportsEncoding:" : " 7/15/2024 14:23:40" },
"instance" : {
"converter" : " 7/15/2024 14:23:40",
"decoderFor:" : " 7/15/2024 14:23:40",
"encoderFor:" : " 7/15/2024 14:23:40",
"initializeWithName:" : " 7/15/2024 14:23:40",
"name" : " 7/15/2024 14:23:40",
"url" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"commentStamp" : "",
"super" : "GRCodec",
"category" : "Grease-Squeak6-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
"name",
"urlCodec"
],
"urlCodec" ],
"name" : "GRPharoGenericCodec",
"type" : "normal"
}
"pools" : [
],
"super" : "GRCodec",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"class" : {
"basicForEncoding:" : " 7/15/2024 14:23:40",
"codecs" : " 7/15/2024 14:23:40",
"supportedEncodingNames" : " 7/15/2024 14:23:40",
"supportsEncoding:" : " 7/15/2024 14:23:40" },
"instance" : {
"decode:" : " 7/15/2024 14:23:40",
"decoderFor:" : " 7/15/2024 14:23:40",
"encoderFor:" : " 7/15/2024 14:23:40",
"initializeWithName:" : " 7/15/2024 14:23:40",
"name" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "<historical>",
"super" : "GRNullCodec",
"category" : "Grease-Squeak6-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "<historical>",
"instvars" : [
"name"
],
"name" ],
"name" : "GRPharoLatin1Codec",
"type" : "normal"
}
"pools" : [
],
"super" : "GRNullCodec",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"class" : {
},
"instance" : {
"next" : " 7/15/2024 14:23:40",
"next:" : " 7/15/2024 14:23:40" } }
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "<historical>",
"super" : "GRNullCodecStream",
"category" : "Grease-Squeak6-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "<historical>",
"instvars" : [
],
"name" : "GRPharoLatin1CodecStream",
"type" : "normal"
}
"pools" : [
],
"super" : "GRNullCodecStream",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A GRPharoPlatform is the Pharo implementation of GRPlatform, the Grease class that provides functionality that can not be implemented in a platform independent way.
I am a hack so that we can load Seaside Pharo packages into Squeak.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
} }
Loading

0 comments on commit cd7a7cb

Please sign in to comment.