Issue 4272 in pharo: commandLineInput on Windows

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

Issue 4272 in pharo: commandLineInput on Windows

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Milestone-1.3

New issue 4272 by [hidden email]: commandLineInput on Windows
http://code.google.com/p/pharo/issues/detail?id=4272

CommandLine class>>commandLineInput
  "self commandLineInput"

  | str index args |
  args := OrderedCollection new.
  str := Smalltalk getSystemAttribute: (index := 2).
  [ str isNil or: [ str isEmpty ] ] whileFalse:
    [ args add: str.
    str := Smalltalk getSystemAttribute: (index := index + 1) ].
  ^ args.

(Sorry, can't login to create an issue at present...)


_______________________________________________
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 4272 in pharo: commandLineInput on Windows

pharo
Updates:
        Status: Closed

Comment #1 on issue 4272 by [hidden email]: commandLineInput on  
Windows
http://code.google.com/p/pharo/issues/detail?id=4272

13216


_______________________________________________
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 4272 in pharo: commandLineInput on Windows

pharo
Updates:
        Status: FixProposed

Comment #2 on issue 4272 by [hidden email]: commandLineInput on  
Windows
http://code.google.com/p/pharo/issues/detail?id=4272

13216 is undone


_______________________________________________
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 4272 in pharo: commandLineInput on Windows

pharo
Updates:
        Status: Closed

Comment #3 on issue 4272 by [hidden email]: commandLineInput on  
Windows
http://code.google.com/p/pharo/issues/detail?id=4272

in 13219


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