https://bugzilla.wikimedia.org/show_bug.cgi?id=46615
--- Comment #13 from Bartosz DziewoĆski <[email protected]> --- > (In reply to comment #9) > > Tim wrote the code - can you explain? I suppose loading all the data > > would be slow, but it's not like we're instantiating Collations left > > and right. > > In the code I wrote, only uca-default was allowed, and I imagined that there > would be one class per additional locale, so the developer would be required > to > check if the relevant locale actually worked before adding a class. You were > the one who added the ability to use any ICU locale, in I838484b9. This doesn't answer my question about why we are not loading the first-letter data in IcuCollation's consturctor, but only lazy-loading it using getFirstLetterData(). > Why not call getFirstLetter() from updateCollation.php and see if that throws > an exception? I77de040f. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
