Skip to content

Commit

Permalink
Use MetacelloIgnorePackageLoaded if present
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Aug 24, 2024
1 parent 3d401a5 commit c15a6bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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: Notification
on: self ignorePackageNotificationClass
do: [ :e | e resume: self ignoreImage ] ] ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
executing
ignorePackageNotificationClass

^ Smalltalk globals
at: #MetacelloIgnorePackageLoaded
ifAbsent: [ Notification ]

0 comments on commit c15a6bd

Please sign in to comment.