Issue 5967 in pharo: Use FileSystem for everything

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

Issue 5967 in pharo: Use FileSystem for everything

pharo
Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Feature

New issue 5967 by [hidden email]: Use FileSystem for everything
http://code.google.com/p/pharo/issues/detail?id=5967

delete the old FileDirectory classes and directly use FileReferences  
wherever possible.


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #1 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

Smalltalk
        addToShutDownList: DiskStore.

Gofer new
        url: 'http://ss3.gemstone.com/ss/PharoInbox';
        version: 'SLICE-Issue-5967-Use-FileSystem-for-everything-CamilloBruni.13';
        load.

FileDirectory allSubInstances do: [ :fileDirectory|
        fileDirectory becomeForward: fileDirectory fullName asFileReference ]


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
Updates:
        Status: FixReviewNeeded

Comment #2 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

(No comment was entered for this change.)


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo
Issue 5967: Use FileSystem for everything
http://code.google.com/p/pharo/issues/detail?id=5967

This issue is no longer blocking issue 5975.
See http://code.google.com/p/pharo/issues/detail?id=5975
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

(No comment was entered for this change.)


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo
Issue 5967: Use FileSystem for everything
http://code.google.com/p/pharo/issues/detail?id=5967

This issue is no longer blocking issue 6001.
See http://code.google.com/p/pharo/issues/detail?id=6001
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo

Comment #4 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

after loading

-> DNU when opening the FileList
-> DNU when dragging a file into pharo window
-> Saving change sets does not work from the change sorter




_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #5 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

I got some problems when loading the files....

Attachments:
        Screen Shot 2012-06-09 at 2.07.09 PM.pdf  90.7 KB


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
Updates:
        Cc: [hidden email]

Comment #6 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

The latest slice depends on versions that are not in the inbox.

Camillo, can you check and upload them? because they are probably in your  
package-cache only :)


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
Updates:
        Status: Workneeded

Comment #7 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

gargl will check today in the train


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #8 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

Gofer-Tests-CamilloBruni.133
Gofer-Core-CamilloBruni.149
RPackage-Core-CamilloBruni.120
Network-MIME-CamilloBruni.45
NetworkTests-CamilloBruni.69
Network-Mail-CamilloBruni.13
Network-URI-CamilloBruni.36
Graphics-Files-CamilloBruni.26
FreeType-CamilloBruni.578

integrated in 20125

I noticed that
UIManager-CamilloBruni.65 missing

Network-Kernel-CamilloBruni.68 cannot work  since lookInUsualPlaces: does  
not exist on FileSystem.
We should probably throw anyway the lookintoPlaces:...



_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #9 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

Camillo I got a big confused by the changes contained in
Morphic-CamilloBruni.1169


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #10 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

Camillo I tried to integrate


Collections-Abstract-CamilloBruni.165
Collections-Native-CamilloBruni.7
Collections-Arrayed-CamilloBruni.68
MenuRegistration-CamilloBruni.39
Polymorph-Widgets-CamilloBruni.641
System-CommandLine-CamilloBruni.23
System-Change Notification-MarcusDenker.25
Tools-CamilloBruni.859
Refactoring-Spelling-CamilloBruni.30
System-Platforms-CamilloBruni.20
System-Support-CamilloBruni.634
System-Text-CamilloBruni.211
StartupPreferences-CamilloBruni.47
System-Installers-MarcusDenker.18
Spec-Tools-CamilloBruni.27
System-Object Storage-CamilloBruni.160

But the system blew up and could not find the source anymore.
So we should sit together and do it.

These were the packages left
Probably some of them were missing


  Monticello-CamilloBruni.604
, , , Kernel-CamilloBruni.1103, , , System-FileRegistry-CamilloBruni.16,  
Files-CamilloBruni.ducasse.251, System-FilePackage-CamilloBruni.67, , , , ,  
Zinc-Tests-CamilloBruni.132, , KernelTests-CamilloBruni.411,  
Network-Url-CamilloBruni.70, , , , Ring-Tests-Kernel-CamilloBruni.26, , ,  
CompressionTests-CamilloBruni.3, Zinc-HTTP-CamilloBruni.257, , , , , ,  
Compression-CamilloBruni.99, , , , , , , , , ,  
Traits-CamilloBruni.418, , , , , , , , Ring-Core-Kernel-CamilloBruni.58,  
Ring-Monticello-CamilloBruni.3, Monticellomocks-CamilloBruni.3,  
ScriptLoader20-CamilloBruni.129





_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #11 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

I'll have a look at it again and merge with the latest pharo version.

You have to be very careful to not forget the pre- and post-scripts  
mentioned in the second comment above.
I guess that something changed in the meantime breaking some  
dependencies :).


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #12 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

In 20127

Files-CamilloBruni.ducasse.251
System-FileRegistry-CamilloBruni.16
System-Support-CamilloBruni.634
Kernel-CamilloBruni.1103


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo

Comment #13 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

Collections-Abstract-CamilloBruni.165
Collections-Native-CamilloBruni.7
Collections-Arrayed-CamilloBruni.68
       MenuRegistration-CamilloBruni.39
        Polymorph-Widgets-CamilloBruni.641
        System-CommandLine-CamilloBruni.23
        System-Change Notification-MarcusDenker.25
        Tools-CamilloBruni.859
        Refactoring-Spelling-CamilloBruni.30
        System-Platforms-CamilloBruni.20
        System-Text-CamilloBruni.211
        StartupPreferences-CamilloBruni.47
        System-Installers-MarcusDenker.18
        Spec-Tools-CamilloBruni.27
        System-Object Storage-CamilloBruni.160
        System-FilePackage-CamilloBruni.67
        Zinc-HTTP-CamilloBruni.257
        Zinc-Tests-CamilloBruni.132
        KernelTests-CamilloBruni.411
        Ring-Core-Kernel-CamilloBruni.58
        Ring-Tests-Kernel-CamilloBruni.26
        Traits-CamilloBruni.418
        Ring-Monticello-CamilloBruni.3

integrated in 20129


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
Updates:
        Status: Integrated

Comment #14 on issue 5967 by [hidden email]: Use FileSystem for  
everything
http://code.google.com/p/pharo/issues/detail?id=5967

Yeahhhhh closed in 20139


_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo
Issue 5967: Use FileSystem for everything
http://code.google.com/p/pharo/issues/detail?id=5967

This issue is now blocking issue pharo:5975.
See http://code.google.com/p/pharo/issues/detail?id=5975

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo
Issue 5967: Use FileSystem for everything
http://code.google.com/p/pharo/issues/detail?id=5967

This issue is now blocking issue pharo:5975.
See http://code.google.com/p/pharo/issues/detail?id=5975

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 5967 in pharo: Use FileSystem for everything

pharo
In reply to this post by pharo
Issue 5967: Use FileSystem for everything
http://code.google.com/p/pharo/issues/detail?id=5967

This issue is now blocking issue pharo:5945.
See http://code.google.com/p/pharo/issues/detail?id=5945

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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