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

methods with "sent but not implemented" selectors and no senders #1717

Open
vonbecmann opened this issue Jul 24, 2023 · 0 comments
Open

methods with "sent but not implemented" selectors and no senders #1717

vonbecmann opened this issue Jul 24, 2023 · 0 comments
Assignees

Comments

@vonbecmann
Copy link

there are methods with no senders and with "sent but not implemented" selectors.

|selectors|
selectors := SystemNavigation new allSentNotImplementedSelectors.
selectors select: [ :each | each senders isEmpty and: [ each package = (RPackage organizer packageNamed: 'Iceberg')]].

result:

{IceRemote>>#upstreamForBranch:backend:. MCAddition>>#myVersionOn:. MCModification>>#myVersionOn:. MCOrganizationDefinition>>#addAnalysisToPackageChangeSet:change:}
@Ducasse Ducasse self-assigned this Sep 3, 2023
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

No branches or pull requests

2 participants