Skip to content

Commit

Permalink
Merge pull request #568 from pharo-spec/fix-extension-protocols
Browse files Browse the repository at this point in the history
Better classify methods that are extension of the same package
  • Loading branch information
jecisc authored Jul 24, 2023
2 parents 50fd7a1 + 4b3f677 commit f0e5a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ StSindarinBytecodeContextInspectorModel >> allInspectorNodes [
yourself
]

{ #category : #'*NewTools-Sindarin-Tools' }
{ #category : #accessing }
StSindarinBytecodeContextInspectorModel >> contextReceiverSlotNodes [
^ self inspectedObject receiver class allSlots
collect: [ :each |
Expand All @@ -26,7 +26,7 @@ StSindarinBytecodeContextInspectorModel >> contextReceiverSlotNodes [
slot: each ]
]

{ #category : #'*NewTools-Sindarin-Tools' }
{ #category : #accessing }
StSindarinBytecodeContextInspectorModel >> contextTempNodes [
^ self inspectedObject astScope allTemps collect: [ :temp |
(StInspectorTempNode hostObject: self inspectedObject) tempVariable: temp ]
Expand Down

This file was deleted.

0 comments on commit f0e5a12

Please sign in to comment.