Issue 5303 in pharo: cannot view file contents as hex

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

Issue 5303 in pharo: cannot view file contents as hex

pharo
Status: Accepted
Owner: ----
Labels: Milestone-1.4 Type-Bug

New issue 5303 by [hidden email]: cannot view file contents as hex
http://code.google.com/p/pharo/issues/detail?id=5303

Pharo image: Pharo1.4a#14333
Virtual machine used: CoInterpreter VMMaker-oscog-EstebanLorenzano.139  
uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Dec 11 2011,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid:  
5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Dec 11 2011,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
364a7f1fab69798c1bdc9575ba15e18ea319585a Date: Sun Dec 11 15:17:52 2011  
-0300 By: Esteban Lorenzano <[hidden email]>
Platform Name: unix
Class browser used (if applicable): Browser

Steps to reproduce:
#.World>>Tools>>File Browser
#.select a changeset file
#.right click on contents >> View as hex
Actual Result:
#.MNU: FSReadStream>>contentsOfEntireFile
Expected Result:
#. view file contents as hex


Attachments:
        PharoDebug.log  33.6 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 5303 in pharo: cannot view file contents as hex

pharo

Comment #1 on issue 5303 by [hidden email]: cannot view file  
contents as hex
http://code.google.com/p/pharo/issues/detail?id=5303

This is because now it uses a FSReadStream which understand #contents
I guess that previously it used a FileStream which understand  
#contentsOfEntireFile

It remains several senders to #contentsOfEntireFile in the image.
Do we target to replace FileStream by FSStream and then remove them all?
What is the plan?


_______________________________________________
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 5303 in pharo: cannot view file contents as hex

pharo

Comment #2 on issue 5303 by [hidden email]: cannot view file  
contents as hex
http://code.google.com/p/pharo/issues/detail?id=5303

fix almost there..


_______________________________________________
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 5303 in pharo: cannot view file contents as hex

pharo

Comment #3 on issue 5303 by [hidden email]: cannot view file  
contents as hex
http://code.google.com/p/pharo/issues/detail?id=5303

SLICE-Issue-5301-cannot-install-changeset-CamilloBruni.1

solves this issue


_______________________________________________
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 5303 in pharo: cannot view file contents as hex

pharo
Updates:
        Status: Duplicate
        Mergedinto: 5305

Comment #4 on issue 5303 by [hidden email]: cannot view file  
contents as hex
http://code.google.com/p/pharo/issues/detail?id=5303

(No comment was entered for this change.)


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