0.12.0 Dev5 ,script console will display only last line of the script output

Bug #1075328 reported by Khalid AlAjaji
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Stellarium
Fix Released
Medium
Unassigned

Bug Description

When using core.debug to output multiple string lines to the script console, only the last one will remain on the console before "Script finished at ...." line.

Same issue with 0.11.4

0.11.3 will display "Starting script at ..."

then all output lines

and "Script finished at ...." line.

Tags: scripting
Revision history for this message
Alexander Wolf (alexwolf) wrote :

Khalid, can you write use case test for this issue?

Revision history for this message
Khalid AlAjaji (kajaji) wrote :

This is an example:

core.debug("aa");
core.debug("bb");
core.debug("cc");
core.debug("dd");
core.debug("ee");

output on 0.11.4 and 0.12.0 Dev5:

ee
Script finished at 20:48:51

Output in 0.11.3:

Starting script at 20:54:07
aa
bb
cc
dd
ee
Script finished at 20:54:07

Changed in stellarium:
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Alexander Wolf (alexwolf) wrote :

I can't reproduce this issue in last version anymore

Changed in stellarium:
milestone: none → 0.13.3
status: Triaged → In Progress
Revision history for this message
Khalid AlAjaji (kajaji) wrote :

Yes. No issue with 0.13.2 or 0.13.3 test versions

Thanks

Changed in stellarium:
status: In Progress → Fix Committed
Changed in stellarium:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.