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 752984 - Chaining up to interface methods should work with arguments
Chaining up to interface methods should work with arguments
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2015-07-28 23:16 UTC by Philip Chimento
Modified: 2015-07-31 02:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
lang: Fix chaining up to interface methods w/args (2.45 KB, patch)
2015-07-28 23:16 UTC, Philip Chimento
committed Details | Review

Description Philip Chimento 2015-07-28 23:16:19 UTC
I overlooked this in the original Lang.Interface patch.
Comment 1 Philip Chimento 2015-07-28 23:16:23 UTC
Created attachment 308346 [details] [review]
lang: Fix chaining up to interface methods w/args

Calling Interface.some_method(this, arg) from inside the implementation
of an interface did not work correctly.
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-07-30 19:23:40 UTC
Review of attachment 308346 [details] [review]:

Yep.
Comment 3 Philip Chimento 2015-07-31 02:52:56 UTC
Attachment 308346 [details] pushed as ea6decf - lang: Fix chaining up to interface methods w/args