The Inbox: System-topa.775.mcz

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

The Inbox: System-topa.775.mcz

commits-2
Tobias Pape uploaded a new version of System to project The Inbox:
http://source.squeak.org/inbox/System-topa.775.mcz

==================== Summary ====================

Name: System-topa.775
Author: topa
Time: 29 October 2015, 1:06:23.749 am
UUID: a2ad05e2-8cf3-4974-84c4-7a5d93e304e3
Ancestors: System-ul.774

Cache NaturalLanguageTranslator when looking up yet inexisting ones.

Induced by tim Rowledge
(see http://forum.world.st/image-startup-complications-td4858390.html)

=============== Diff against System-ul.774 ===============

Item was changed:
  ----- Method: NaturalLanguageTranslator class>>availableForLocaleID: (in category 'accessing') -----
  availableForLocaleID: localeID
  "Answer available locale ID.
  If translator is not found for correct locale ID, then isoLanguage is
  attempted for the key."
  ^ self translators
  at: localeID
+ ifAbsentPut: [localeID hasParent
- ifAbsent: [localeID hasParent
  ifTrue: [self translators
  at: localeID parent
  ifAbsent: [self default]]
  ifFalse: [self default]]!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: System-topa.775.mcz

Tobias Pape
Hey tim,

regarding "image startup complications", does this fit your needS?

Best regards
        -Tobias

On 29.10.2015, at 00:06, [hidden email] wrote:

> Tobias Pape uploaded a new version of System to project The Inbox:
> http://source.squeak.org/inbox/System-topa.775.mcz
>
> ==================== Summary ====================
>
> Name: System-topa.775
> Author: topa
> Time: 29 October 2015, 1:06:23.749 am
> UUID: a2ad05e2-8cf3-4974-84c4-7a5d93e304e3
> Ancestors: System-ul.774
>
> Cache NaturalLanguageTranslator when looking up yet inexisting ones.
>
> Induced by tim Rowledge
> (see http://forum.world.st/image-startup-complications-td4858390.html)
>
> =============== Diff against System-ul.774 ===============
>
> Item was changed:




Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: System-topa.775.mcz

timrowledge

> On 28-10-2015, at 5:07 PM, Tobias Pape <[hidden email]> wrote:
>
> Hey tim,
>
> regarding "image startup complications", does this fit your needS?

Looks like it; I forgot about the at:ifAbsentPut: stuff. Thanks. Now there’s just another gazillion similar things to fix… :-)


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Useful random insult:- Mind like a steel sieve.



Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: System-topa.775.mcz

David T. Lewis
In reply to this post by Tobias Pape
It looks right to me, please move to trunk :-)

Dave

On Thu, Oct 29, 2015 at 01:07:45AM +0100, Tobias Pape wrote:

> Hey tim,
>
> regarding "image startup complications", does this fit your needS?
>
> Best regards
> -Tobias
>
> On 29.10.2015, at 00:06, [hidden email] wrote:
>
> > Tobias Pape uploaded a new version of System to project The Inbox:
> > http://source.squeak.org/inbox/System-topa.775.mcz
> >
> > ==================== Summary ====================
> >
> > Name: System-topa.775
> > Author: topa
> > Time: 29 October 2015, 1:06:23.749 am
> > UUID: a2ad05e2-8cf3-4974-84c4-7a5d93e304e3
> > Ancestors: System-ul.774
> >
> > Cache NaturalLanguageTranslator when looking up yet inexisting ones.
> >
> > Induced by tim Rowledge
> > (see http://forum.world.st/image-startup-complications-td4858390.html)
> >
> > =============== Diff against System-ul.774 ===============
> >
> > Item was changed:
>
>
>