GNOME Bugzilla – Bug 748047
C#: Add support for the "var" keyword
Last modified: 2015-04-19 12:00:05 UTC
Created attachment 301827 [details] [review] Patch https://msdn.microsoft.com/en-us/library/bb383973.aspx
Review of attachment 301827 [details] [review]: Please provide a patch created with the git format-patch command, this is much easier for us to push the commit (and to already have the commit message, author, etc). Apart from that, the diff is good.
The diff was generated via GitHub. Could someone help with the patch? Also with bug #748048
You should use git from the command line. This page can maybe help you: https://developer.gnome.org/programming-guidelines/stable/version-control.html.en Or the Pro Git book: https://progit.org/ And of course the man pages.
Created attachment 301926 [details] [review] Add support for new keyword and primitive - Add support for the "var" keyword - Add support for the "dynamic" primitive
Thanks! The commit is pushed to the master branch: https://git.gnome.org/browse/gtksourceview/commit/?id=ccb9adadab97871371c9d7fa56324802fe6b6351 (I've modified a little the commit message, to have a shorter title.)