hquxmu / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

forward stderr from players to console #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current PlayGame.jar swallows stderr from players.  This prevents stack 
traces and errors from being displayed to the user.  The attached patch 
forwards stderr at the end of each players turn.

Original issue reported on code.google.com by DunbarB2 on 11 Sep 2010 at 6:18

Attachments:

GoogleCodeExporter commented 8 years ago
Looks good to me, modulo indentation changes (tabs vs spaces, whatever).  Works 
great, too.  Committed to trunk.

Original comment by andy.sloane on 12 Sep 2010 at 4:00