[parrot/parrot] 307b81: disable auto-finalize for now
noreply at github.com
noreply at github.com
Wed Nov 16 18:36:05 UTC 2011
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 307b816aad003e01d4cd8b560b5082334589ec64
https://github.com/parrot/parrot/commit/307b816aad003e01d4cd8b560b5082334589ec64
Author: Michael Schroeder <mls at suse.de>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M compilers/pct/src/PAST/Compiler.pir
Log Message:
-----------
disable auto-finalize for now
To finalize, we need to get the exception with get_results.
Unfortunately, get_results clears the caller object, so other
code also doing a get_results to get the exception will no
longer work. I don't know how to fix that except to add a
new op that just "peeks" at the exception.
More information about the parrot-commits
mailing list