Skip to content

Commit

Permalink
Avoid RPackage extension
Browse files Browse the repository at this point in the history
Iceberg extends RPackage to add #iceRepository but this method is used only once in some really specific code. 

RPackage will be renamed into Package so we will have to update Iceberg and I think it is not worth having an extension here
  • Loading branch information
jecisc committed Nov 16, 2023
1 parent 622e4bb commit fc04a38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Iceberg/Iceberg.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ Iceberg class >> update [
#(Iceberg LGitRepository MCFileTreeGitRepository) do: [:className |
Smalltalk
at: className
ifPresent: [ :class | class package iceRepository pull ] ]
ifPresent: [ :class | ( self class repositoryForPackage:class package) pull ] ]
]
7 changes: 0 additions & 7 deletions Iceberg/RPackage.extension.st

This file was deleted.

0 comments on commit fc04a38

Please sign in to comment.