Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to recent RPackage changes #1710

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Conversation

jecisc
Copy link
Contributor

@jecisc jecisc commented Jul 10, 2023

Adapt Iceberg to recent RPackage changes + improve some temporaries names

Adapt Iceberg to recent RPackage changes + improve some temporaries names
@MarcusDenker MarcusDenker merged commit a770769 into pharo-vcs:dev-2.0 Jul 10, 2023
@@ -170,7 +170,7 @@ IceRepository class >> registerRepository: aRepository [
{ #category : #registry }
IceRepository class >> registeredRepositoryIncludingPackage: aPackage [
^ self registry
detect: [ :each | each includesPackageNamed: aPackage name ]
detect: [ :repoitory | repoitory includesPackageNamed: aPackage name ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo repoitory => repository

@jecisc jecisc deleted the rpackage branch September 15, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants