Skip to content

Commit

Permalink
Dictionary>>#bindingsDo: were deprecated but not in Deprecated12 pack…
Browse files Browse the repository at this point in the history
…age. So the other dictionary-like classes started to complaint about different API after removal of the Deprecated12 package
  • Loading branch information
pavel-krivanek committed Apr 28, 2024
1 parent 4a3390b commit b21c726
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Collections-Unordered/Dictionary.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -475,17 +475,6 @@ Dictionary >> bindingOf: varName [
^self associationAt: varName ifAbsent:[nil]
]

{ #category : 'enumerating' }
Dictionary >> bindingsDo: aBlock [

self
deprecated:
'use classVariables do: instead'
transformWith: '`@receiver bindingsDo: `@arg1' -> '`@receiver associationsDo: `@arg1'.

self associationsDo: aBlock
]

{ #category : 'enumerating' }
Dictionary >> collect: aBlock [
"Evaluate aBlock with each of my values as the argument. Collect the
Expand Down

0 comments on commit b21c726

Please sign in to comment.