After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581384 - Propagate exceptions from load context
Propagate exceptions from load context
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-04 23:16 UTC by Owen Taylor
Modified: 2009-05-05 17:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Propagate exceptions from load context (6.58 KB, patch)
2009-05-04 23:17 UTC, Owen Taylor
accepted-commit_now Details | Review

Description Owen Taylor 2009-05-04 23:16:47 UTC
When initializing a class or creating an object with the load
context fails, propagate the exception back to the original context.
Comment 1 Owen Taylor 2009-05-04 23:17:40 UTC
Created attachment 133975 [details] [review]
Propagate exceptions from load context
Comment 2 Havoc Pennington 2009-05-04 23:21:25 UTC
Looks great, thanks
Comment 3 Owen Taylor 2009-05-05 17:53:59 UTC
Pushed