[Gambas-user] Process_read

nando nando_f at ...951...
Mon May 16 06:04:28 CEST 2005


Step 1 would be upgrade to 1.06 (lastest stable version)
Some file I/O has been fixed
-Fernando


---------- Original Message -----------
From: Tom <mrzanderson at ...626...>
To: gambas-user at lists.sourceforge.net
Sent: Mon, 16 May 2005 13:17:15 +1000
Subject: [Gambas-user] Process_read

> Hello,
> 
> Just wondering if there are any known problems with Process_read in 
> the 1.03 release? We are reading the output of an svn command which 
> outputs a large amount of lines (100+). This command does not supply 
> instant output, instead it must download files from a server and 
> then print out the result.
> 
> With small quantities this works fine, however when it comes to 
> reading large amounts of output it gets the output lines mixed up. 
> Almost as if it wraps the output... Here is an example..
> 
> =====================
> 
> Expected Output:
> 
> Added /home/user/project/subfolder/file1
> Added /home/user/project/subfolder/file2
> Modified /home/user/project/subfolder/file3
> Deleted /home/user/project/subfolder/file4
> Deleted /home/user/project/subfolder/file5
> 
> Actual Output:
> 
> Added /home/user/project/subfolder/file1
> Added /home/user/project/subfolder/file2
> Modified /home/user/project/subf
> older/file3
> Deleted
> /home/user/project/subfolder
> 
> ====================
> 
> This is more or less the kind of output that we are getting... Again 
> only with large lists of output.
> 
> Before we spent too much time killing ourselves over our code I 
> thought it would be best to ask if anyone else has been experiencing 
> similar problems?
> 
> Regards,
> Tom
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list