grrr. "we shouldn't" :) On Mon, May 14, 2012 at 4:11 PM, Esteban Lorenzano <[email protected]>wrote:
> oops... yep, my mistake. You see, we should use copy&paste ;) > > but Sven is right :P > > > On Mon, May 14, 2012 at 4:08 PM, Sven Van Caekenberghe <[email protected]>wrote: > >> >> On 14 May 2012, at 15:54, Damien Cassou wrote: >> >> > On Mon, May 14, 2012 at 3:42 PM, Esteban Lorenzano <[email protected]> >> wrote: >> >> Dictionary withAll: {#one->1 with: #two->2} >> > >> > your #with: is suspicious :-) >> > >> > -- >> > Damien Cassou >> > http://damiencassou.seasidehosting.st >> > >> > "Lambdas are relegated to relative obscurity until Java makes them >> > popular by not having them." James Iry >> > >> >> He meant, >> >> Dictionary withAll: {#one->1. #two->2} >> >> And he is right: the #withAll: comes down to a #addAll: with expects >> another keyedCollection, not a collection of associations. >> >> Sven >> > >
