get-events-with-id throws an exception when the id doesn't exist
Created attachment 66848 [details] [review] fix
Let's rather have zeitgeist_log_get_events return GenericArray, ResultSet didn't really make sense here. (GenericArray is consistent with Python, where we returna list vs. a dictionary). I'm keeping the iterator changes in. If we don't want those after all, it's important to note that the previous implementation had a bug (cursor being compared to events.length before increasing it).
I really would like to remove ResultSet in general and also stick to a GenericArray... This would make introspection cleaner too
This was fixed with 1543988402a80c1b70652dd73bdb60b756c6bf08
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.