FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Ticket 16

 
Post new topic   Reply to topic     Forum Index -> Mango
View previous topic :: View next topic  
Author Message
teqdruid



Joined: 11 May 2004
Posts: 390
Location: UMD

PostPosted: Tue Apr 25, 2006 10:02 am    Post subject: Ticket 16 Reply with quote

http://www.dsource.org/projects/mango/ticket/16

Kris- have you had a chance to look at this? I think it's kind of a big deal, since the code given to reproduce the bug is one of the examples for Mango usage on DSource.

~John
Back to top
View user's profile Send private message Send e-mail AIM Address
kris



Joined: 27 Mar 2004
Posts: 1494
Location: South Pacific

PostPosted: Tue Apr 25, 2006 12:16 pm    Post subject: Reply with quote

It's on the todo list Smile

Time has just been in short supply recently.
Back to top
View user's profile Send private message
teqdruid



Joined: 11 May 2004
Posts: 390
Location: UMD

PostPosted: Tue Apr 25, 2006 3:01 pm    Post subject: Reply with quote

kris wrote:
It's on the todo list Smile

Time has just been in short supply recently.


Yeah... Same here. The end of the semester always sucks and I'm two weeks from finals.

~John
Back to top
View user's profile Send private message Send e-mail AIM Address
kris



Joined: 27 Mar 2004
Posts: 1494
Location: South Pacific

PostPosted: Tue Apr 25, 2006 9:18 pm    Post subject: Re: Ticket 16 Reply with quote

teqdruid wrote:
http://www.dsource.org/projects/mango/ticket/16

Kris- have you had a chance to look at this? I think it's kind of a big deal, since the code given to reproduce the bug is one of the examples for Mango usage on DSource.

~John


It's fixed now, but not yet checked in. Can you change that example to be the following instead, please? The original example is wrong since Stdin will only return the first token of a name, ignoring subsequent ones such as a surname:

Code:
import mango.io.Console;

void main()
{
        char[] name;

        Cout ("mango IO example #1").newline.newline;
        Cout ("What is your name? ");
        Cin  (name);
        Cout ("Hello, ") (name);
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Mango All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group