GNOME Bugzilla – Bug 738879
Updated Lua's syntax rules.
Last modified: 2014-10-20 17:18:24 UTC
Created attachment 288968 [details] [review] Patch. Added goto keyword. Added support for the label syntax (`::name::`). Updated the global functions to Lua 5.2, and added metamethods.
Pushed: https://git.gnome.org/browse/gtksourceview/commit/?id=c5c9d8cccb34adee8bd2f126737cf3a3cb33a0cd https://git.gnome.org/browse/gtksourceview/commit/?id=d4f3d9ca1d6c0b2a5de6f52c646f20ae8f109599 A few comments for the next time: - attach separate patches as separate attachments, it's clearer. - avoid trailing spaces, and to separate sections, add only one blank line, not two. - the first line of the commit message should be short (<= 72 characters). Apart from that, the patches look good, but I know nothing about Lua, so I trust you to not have screwed things up. Thanks!