Skip to content

Commit

Permalink
Avoid the mess of using Notification and re-introduce MetacelloIgnore…
Browse files Browse the repository at this point in the history
…PackageLoaded
  • Loading branch information
Hernán Morales Durand committed Aug 28, 2024
1 parent e515bb3 commit 7e3bce0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
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" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "SCIMetacelloIgnorePackageLoaded",
"pools" : [
],
"super" : "Notification",
"type" : "normal" }
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ basicLoadProjectOn: aSmalltalkCI
self withExceptionHandlerDo: [
aSmalltalkCI performMetacelloLoad: [
[ metacello load: self load ]
on: self ignorePackageNotificationClass
on: SCIMetacelloIgnorePackageLoaded
do: [ :e | e resume: self ignoreImage ] ] ]

This file was deleted.

This file was deleted.

0 comments on commit 7e3bce0

Please sign in to comment.