GNOME Bugzilla – Bug 642506
missing class name in error message
Last modified: 2017-01-23 06:00:10 UTC
JS ERROR: !!! message = 'Too few arguments to method St.get_values expected 6 got 0' that should say "St.Adjustment.get_values", not "St.get_values" not sure if there are similar examples elsewhere
Created attachment 343405 [details] [review] function: Print class name in error message If throwing an exception about too few arguments passed to a GI function, and if the function is a message, then we should print the name of the "container info" as well. That is, "Gio.File.read" rather than "Gio.read".
Review of attachment 343405 [details] [review]: Looks good to me.
Attachment 343405 [details] pushed as 421eed2 - function: Print class name in error message