[fofix-commits] [stump/fofix] 131948: Remove the main loop exception handler.

noreply at github.com noreply at github.com
Tue Jul 13 05:27:11 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/stump/fofix

Commit: 131948e6f9467d21e85e51986af0a10d29f1525f
    http://github.com/stump/fofix/commit/131948e6f9467d21e85e51986af0a10d29f1525f
Author: John Stumpo <stump at jstump.com>
Date:   2010-07-12 (Mon, 12 Jul 2010)

Changed paths:
  M src/GameEngine.py
  M src/MainMenu.py

Log Message:
-----------
Remove the main loop exception handler.

We should never have to deal with an exception from game code.  If game
code raises an exception, the game should crash, and then we can find
the offending code and *fix it*.  How do we know it's safe to just report
the exception, eat it, and continue in all cases?




More information about the fofix-commits mailing list