Skip to content

Commit

Permalink
Merge pull request #865 from moosetechnology/rpackage
Browse files Browse the repository at this point in the history
Remove reference to #RPackage.
  • Loading branch information
ClotildeToullec authored Dec 19, 2024
2 parents d3f1f49 + 52dfd27 commit c5be2b6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Moose-SmalltalkImporter-Core-Tests/MooseScripts.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,10 @@ MooseScripts class >> packagesForConfigurationVersion: aConfiguration [
{ #category : #'loading scripts' }
MooseScripts class >> pharoPackageNames [
"self pharoPackageNames"

| packages packageNames |
packages := (self packageOrganizer packages select:[:each | each class = RPackage])
asSortedCollection: [:a :b | a name <= b name].
packageNames := packages collect: [:pak | pak name].
^ packageNames

^ (self packageOrganizer packageNames reject: [ :packageName |
packageName = UndefinedPackage undefinedPackageName ]) sorted:
#yourself ascending
]

{ #category : #notes }
Expand Down

0 comments on commit c5be2b6

Please sign in to comment.