Issue 6389 in pharo: Create in-image Filesystem

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

Issue 6389 in pharo: Create in-image Filesystem

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

New issue 6389 by [hidden email]: Create in-image Filesystem
http://code.google.com/p/pharo/issues/detail?id=6389

Creat a filesystem representing all image-side elements
- packages
- classes
- class extensions
- protocols
- methods
- resources on package and class level


_______________________________________________
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 6389 in pharo: Create in-image Filesystem

pharo

Comment #1 on issue 6389 by [hidden email]: Create in-image Filesystem
http://code.google.com/p/pharo/issues/detail?id=6389

are you thinking on FUSE? :)


_______________________________________________
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 6389 in pharo: Create in-image Filesystem

pharo

Comment #2 on issue 6389 by [hidden email]: Create in-image  
Filesystem
http://code.google.com/p/pharo/issues/detail?id=6389

this is for having a file system inside Pharo only, so far :)

But actually one could provide some minor bindings with FUSE to access this  
from the outside. Since all FileSystem implementations share a very well  
defined interface this should be fairly easy to accomplish.

For the inverse case that might be even easier, using FUSE to access other  
FileSystems:
- create a subclass of FileSystemStore
- add FUSE primitives using NativeBoost
=> more or less done...


_______________________________________________
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 6389 in pharo: Create in-image Filesystem

pharo
Updates:
        Labels: -FileSystem Target-Filesystem

Comment #3 on issue 6389 by [hidden email]: Create in-image  
Filesystem
http://code.google.com/p/pharo/issues/detail?id=6389

(No comment was entered for this change.)


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