slow RPackageOrganizer >> packageNamed:
Sept. 23, 2013
11:20 p.m.
@Esteban what is the reason we have to do a case-ignored check for looking up a package in #packageNamed:? seems unnecessary slow to me :/, maybe we can add a #packageNamedIgoreCase: ?
Sept. 24, 2013
9:36 a.m.
I suppose is because of the extension checks... so yes, we can restrain his use :) On Sep 24, 2013, at 1:20 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
@Esteban what is the reason we have to do a case-ignored check for looking up a package in #packageNamed:? seems unnecessary slow to me :/, maybe we can add a #packageNamedIgoreCase: ?
4693
Age (days ago)
4694
Last active (days ago)
1 comments
2 participants
participants (2)
-
Camillo Bruni -
Esteban Lorenzano