Jared Moore wrote:
On Sun, Aug 3, 2008 at 1:59 AM, Anthony Taylor <tony paperdove org> wrote:Hey, folks, There's a bug in vte.vapi, with get_cursor_position, at least in svn revision 1730.
<snip>
First, file a bug: http://bugzilla.gnome.org/enter_bug.cgi?product=vala If you want to submit a patch, then checkout the source from svn, make changes, and then run $ svn diff . > a.patch Then add the file "a.patch" as an attachment to the bug report.
Thanks, Jared. That is done.There are other bugs, as well (nullable parameters listed as non-nullable, vte_terminal_match_check.tag should be an out parameter, etc). Should I create a new patch for each issue? Or should I simply create a single patch to bring everything up-to-date?
- Tony