Issue 7215 in pharo: move one temporary assignement outside of block

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

Issue 7215 in pharo: move one temporary assignement outside of block

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

New issue 7215 by [hidden email]: move one temporary assignement  
outside of block
http://code.google.com/p/pharo/issues/detail?id=7215

ChangeList>>recent: charCount on: origChangesFile
        "Opens a changeList on the end of the specified changes log file"
        | changeList end changesFile |
        changesFile := origChangesFile readOnlyCopy.
        end := changesFile size.
        changeList := Cursor read
                                                showWhile: [ self new
                                                        scanFile: changesFile
                                                        from: (0 max: end - charCount)
                                                        to: end].
        changesFile close.
        ^changeList


_______________________________________________
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 7215 in pharo: move one temporary assignement outside of block

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 7215 by [hidden email]: move one temporary  
assignement outside of block
http://code.google.com/p/pharo/issues/detail?id=7215

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 7215 in pharo: move one temporary assignement outside of block

pharo
Updates:
        Labels: Milestone-2.0

Comment #2 on issue 7215 by [hidden email]: move one temporary  
assignement outside of block
http://code.google.com/p/pharo/issues/detail?id=7215

(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 7215 in pharo: move one temporary assignement outside of block

pharo
Updates:
        Status: Integrated

Comment #3 on issue 7215 by [hidden email]: move one temporary  
assignement outside of block
http://code.google.com/p/pharo/issues/detail?id=7215

in 2.0 468


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