Issue 5892 in pharo: StartupPreferences try to load .DS_Store

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

Issue 5892 in pharo: StartupPreferences try to load .DS_Store

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0 Milestone-1.4

New issue 5892 by [hidden email]: StartupPreferences try to  
load .DS_Store
http://code.google.com/p/pharo/issues/detail?id=5892

So I modify it to not try to load hidden file (those starting with $.)

Slice is incoming


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5892 in pharo: StartupPreferences try to load .DS_Store

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 5892 by [hidden email]: StartupPreferences try  
to load .DS_Store
http://code.google.com/p/pharo/issues/detail?id=5892

Slice in the inbox


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5892 in pharo: StartupPreferences try to load .DS_Store

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 5892 by [hidden email]: StartupPreferences try  
to load .DS_Store
http://code.google.com/p/pharo/issues/detail?id=5892

quite simple


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5892 in pharo: StartupPreferences try to load .DS_Store

pharo

Comment #3 on issue 5892 by marianopeck: StartupPreferences try to  
load .DS_Store
http://code.google.com/p/pharo/issues/detail?id=5892

yes, but a comment would be great. If I read the code I have no fuc. idea  
why you do

        folder fileNames do: [:name |
                name first = $.
                        ifFalse: [ result add: (folder fileNamed: name)]].



BTW...shouldn't we only select those files ending with .st?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5892 in pharo: StartupPreferences try to load .DS_Store

pharo

Comment #4 on issue 5892 by [hidden email]: StartupPreferences try  
to load .DS_Store
http://code.google.com/p/pharo/issues/detail?id=5892

in 20081


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5892 in pharo: StartupPreferences try to load .DS_Store

pharo
Updates:
        Status: Integrated

Comment #5 on issue 5892 by [hidden email]: StartupPreferences try  
to load .DS_Store
http://code.google.com/p/pharo/issues/detail?id=5892

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker