Dictionary asHashedCollection

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dictionary asHashedCollection

sebastianconcept
Hi guys,

This sounds wrong:

| options |

options := Dictionary new 
at: #title put: 'New order opened';
at: #content put: 'A new order was opened for';
at: #placement put: 'bottom';
yourself.
options asHashedCollection. 
a HashedCollection('[object Object]'->'bottom') 

doesn't it?


--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Dictionary asHashedCollection

Nicolas Petton
Hi,

From the master version, I get:

 a HashedCollection ('title' -> 'New order opened' , 'content' -> 'A new order was opened for' , 'placement' -> 'bottom') 

Nico


On Mar 28, 2013, at 11:47 PM, Sebastian Sastre <[hidden email]> wrote:

Hi guys,

This sounds wrong:

| options |

options := Dictionary new 
at: #title put: 'New order opened';
at: #content put: 'A new order was opened for';
at: #placement put: 'bottom';
yourself.
options asHashedCollection. 
a HashedCollection('[object Object]'->'bottom') 

doesn't it?



--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 


--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Dictionary asHashedCollection

sebastianconcept
yeap

the current master does it right

thanks Nico!!





On Friday, March 29, 2013 9:15:08 AM UTC-3, nicolas petton wrote:
Hi,

From the master version, I get:

 a HashedCollection ('title' -> 'New order opened' , 'content' -> 'A new order was opened for' , 'placement' -> 'bottom') 

Nico


On Mar 28, 2013, at 11:47 PM, Sebastian Sastre <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7c4y8fxEOvQJ">sebastia...@...> wrote:

Hi guys,

This sounds wrong:

| options |

options := Dictionary new 
at: #title put: 'New order opened';
at: #content put: 'A new order was opened for';
at: #placement put: 'bottom';
yourself.
options asHashedCollection. 
a HashedCollection('[object Object]'->'bottom') 

doesn't it?



--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="7c4y8fxEOvQJ">amber-lang+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.