Skip to content

Commit

Permalink
fix: Add PackageManifest stub class (#1384)
Browse files Browse the repository at this point in the history
Add PackageManifest to prevent warnings when loading Pharo package
manifest subclasses.

Fixes #1382
  • Loading branch information
theseion authored Oct 31, 2023
1 parent ff85383 commit 80af760
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "Seaside-Squeak-Compatibility",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "PackageManifest",
"pools" : [
],
"super" : "Object",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"class" : {
},
"instance" : {
"padLeftTo:with:" : "JohanBrichau 3/20/2016 16:34:12",
"padRightTo:with:" : "JohanBrichau 3/20/2016 16:34:12",
"substrings:" : "JohanBrichau 3/20/2016 16:34:12" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #'Seaside-Squeak-Compatibility'!
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Seaside-Squeak-Compatibility-JohanBrichau.2' message 'Added String padding methods' id 'da20233e-d43c-40d6-abc9-7a5471f0c14e' date '20 March 2016' time '4:34:12.945 pm' author 'JohanBrichau' ancestors ((name 'Seaside-Squeak-Compatibility-JohanBrichau.1' message 'Added the String>>substrings: method which is now deprecated in Pharo5 so we can use Seaside3.2 in Squeak' id '55787bb4-42b6-4b96-9763-770907abd701' date '20 March 2016' time '4:17:51.27 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())
(name 'Seaside-Squeak-Compatibility-MaxLeske.3' message 'Add PackageManifest to prevent warnings when loading Pharo package manifest subclasses.' id '7566b74b-38c8-4763-b918-b71337aee6a8' date '29 October 2023' time '11:32:23.108584 am' author 'MaxLeske' ancestors ((name 'Seaside-Squeak-Compatibility-JohanBrichau.2' message 'Added String padding methods' id 'da20233e-d43c-40d6-abc9-7a5471f0c14e' date '20 March 2016' time '4:34:12.945 pm' author 'JohanBrichau' ancestors ((name 'Seaside-Squeak-Compatibility-JohanBrichau.1' message 'Added the String>>substrings: method which is now deprecated in Pharo5 so we can use Seaside3.2 in Squeak' id '55787bb4-42b6-4b96-9763-770907abd701' date '20 March 2016' time '4:17:51.27 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 80af760

Please sign in to comment.