Hi guys,
-- just sharing something I needed to do this week: Announcer>>on: aClass doOnce: aBlock | subscription | subscription := AnnouncementSubscription new announcementClass: aClass; yourself. subscription block: [:ann| subscriptions remove: subscription. aBlock value: ann]. subscriptions add: subscription 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. |
thanks for sharing :) Pull request?
Cheers, Nico Sebastian Sastre writes: > Hi guys, > > just sharing something I needed to do this week: > > > > Announcer>>on: aClass doOnce: aBlock > | subscription | > subscription := AnnouncementSubscription new > announcementClass: aClass; > yourself. > subscription block: [:ann| > subscriptions remove: subscription. > aBlock value: ann]. > > subscriptions add: subscription -- Nicolas Petton http://nicolas-petton.fr -- 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. |
I'm still a couple of versions behind hacking like crazy an MVP Once I make the upgrade to latest code, and upgrade myself to the new workflow, I'll start sharing via pull request yeah We're going to have a StartupWeekend later this month, so I'll let that upgrade for after the event. Look, you'll find me among mentors here: On Nov 13, 2013, at 10:17 PM, Nicolas Petton <[hidden email]> wrote:
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. |
Hi Sebastian, I was so free to create a pull request here:
Best, Manfred On Thu, Nov 14, 2013 at 2:29 AM, sebastian <[hidden email]> wrote:
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. |
Free forum by Nabble | Edit this page |