GNOME Bugzilla – Bug 708873
Custom functions support
Last modified: 2013-11-09 21:32:44 UTC
Implementing support for user-defined functions which can be used the same way as built-in functions.
Created attachment 255882 [details] [review] Code for implementing custom-functions support
Review of attachment 255882 [details] [review]: Unfortunately the patch doesn't apply to the current state of master branch. Can you please rebase the patch and send it again? Plus, there are few trailing white-spaces in at least 5 places in patch (lines 30, 168, 197, 206, 210). Can you fix them too? Thank you. :)
Created attachment 257620 [details] [review] I am uploading the updated patch. All the conflicts are resolved and white-space errors are fixed.
Created attachment 257823 [details] [review] All test-cases passed.
Review of attachment 257823 [details] [review]: Committed. Thank you for your patch. :)