cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[Launch] Lacks a new line out of final line output and ">>> exit code" line #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
Lunch, 1.8

What steps will reproduce the problem?
1. Using the attached script, apply it as a Lunch program for another language 
(the other language doesn't have to do anything)
2. Run Lanuch

What is the expected output? What do you see instead?
Expected:
The ">>> Exit Code: #" should appear on a new line after the final output line 
of the called script
Actual:
The final line of the attached script is merged with the above statement

What version of Editra are you using? On what operating system?
5.99, XP

Please provide any additional information below.
If the attached script is run in the python language, the Exit Code is 
correctly on a new line.

Original issue reported on code.google.com by a.cocka...@gmail.com on 24 Dec 2010 at 9:56

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I couldn't reproduce with the attached script but I think that I have seen this 
happen a before when the output from the process is truncated.

Added extra checking to ensure process exit status is on its own line.

Done for Launch 1.9

Original comment by CodyPrec...@gmail.com on 26 Dec 2010 at 4:13