Skip to content

Commit

Permalink
Make it working in P13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 17, 2024
1 parent a66d42d commit 15b2d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
testing
isGTImage

^ RPackageOrganizer default packageNames anySatisfy: [ :pn | pn beginsWith: 'Lepiter-' ].
Smalltalk globals at: #RPackageOrganizer ifPresent: [ :p | ^ p default packageNames anySatisfy: [ :pn | pn beginsWith: 'Lepiter-' ]].
Smalltalk globals at: #PackageOrganizer ifPresent: [ :p | ^ p default packageNames anySatisfy: [ :pn | pn beginsWith: 'Lepiter-' ]].
^ false.
"Implementation note: used to check for GToolkit prefix, but P7 has a GToolkit-Examples package. Lepiter, OTOH, could only be loaded in a GT image"
2 changes: 1 addition & 1 deletion src/BaselineOfSoup.package/monticello.meta/categories.st
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #BaselineOfSoup!
self packageOrganizer ensurePackage: #BaselineOfSoup withTags: #()!

0 comments on commit 15b2d11

Please sign in to comment.