Activity log for bug #669204

Date Who What changed Old value New value Message
2010-10-31 19:28:51 Pavol Klačanský bug added bug
2010-11-01 01:49:17 Krzysztof Klimonda summary error: too many arguments to function ‘couchdb_document_new’ Add Vala bindings to Couchdb-GLib
2010-11-01 01:50:52 Krzysztof Klimonda description I have latest maverick packages and .vapi file I get this problem while compiling int main (string[] args) { var conn = new CouchDB.Session (); conn.create_database ("test"); var newdoc = new CouchDB.Document (conn); return 0; } valac rss.vala --pkg couchdb-glib-1.0 --pkg json-glib-1.0 Couchdb-GLib should ship Vala bindings for both libcouchdb-glib and desktopcouch-glib. In order to do that we have to work on getting gobject introspection working correctly with both libraries.
2011-02-04 19:48:47 Pavol Klačanský couchdb-glib: status In Progress Fix Released
2011-02-04 19:48:48 Pavol Klačanský couchdb-glib: status Fix Released Fix Committed
2011-02-09 21:30:30 dobey couchdb-glib: status Fix Committed In Progress
2011-02-09 21:30:38 dobey couchdb-glib: importance Undecided Medium
2011-02-09 21:30:38 dobey couchdb-glib: assignee Krzysztof Klimonda (kklimonda) Rodney Dawes (dobey)
2011-02-10 19:56:35 Launchpad Janitor branch linked lp:~dobey/couchdb-glib/vapi-build
2011-03-18 15:04:04 dobey couchdb-glib: status In Progress Won't Fix