[02:31] RAOF: What's this new pointer type you've mentioned? [02:31] Overly complicated and abandoned. [02:31] :) [02:31] * RAOF -> lunch. [02:32] RAOF: Oh. I think Google made a good choice actually in abbreviating their template to "sp" [02:33] We could have a "ref" or "ptr" similarly. It would improve the readability of many lines of code [02:33] Although C++ should have done this for us :( [03:24] I would probably vote for an SP alias... [03:25] its not so bad by itself but when its like [03:25] std::vector I start to struggle sometimes ;) === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [09:03] Bleh. Why does even the simplest task end up not being simple? === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [09:37] alan_g: Hey I think I probably failed to document some enhancements by other people that I didn't understand. Feel free to add more entries to the changelog [09:38] duflu: ack [10:12] Oh did vivid just get kernel 3.18 today? [10:15] Apparently it did === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g [14:26] hey guys, does this trace ring any bells https://errors.ubuntu.com/problem/fc69b4f16d4d4571c83038bf9dc47b84135d9ced ? [14:27] the exception msg I managed to find is: [14:27] terminate called after throwing an instance of 'boost::exception_detail::clone_impl >' [14:27] what(): Nested Mir Display Error: Failed to update EGL surface. [14:34] Saviq: no bells. All it really says is "eglMakeCurrent() failed" (It doesn't fix the failure but we should at least record the error code!) [14:35] alan_g, right, could be useful indeed [14:38] I guess you've no context about when this happens? [14:41] alan_g, during an AP test run [14:42] * Saviq tries to reproduce locall === chihchun is now known as chihchun_afk [15:58] is rotation implemented on the server or do clients have to do their own rotation? [16:28] Good morning! [17:05] Ive been trying to figure out [17:06] how to make the doxygen more useful... [17:06] in particular the comments in tree [17:06] I dont care that much abotu the generated output (perhaps thats a mistake) [17:06] one idea is moving all the trivial comments [17:06] e.g. [17:06] mir_foo_get_baz [17:06] retreives bazz from foo [17:07] precondition foo is valid [17:07] etc [17:07] in to like [17:07] trivial-comments.h [17:07] so then in the header file there is only stuff you actually wanna read === chihchun_afk is now known as chihchun [17:34] Landing https://code.launchpad.net/~mir-team/mir/fix-1407883/+merge/245703 to avoid CI failures === alan_g is now known as alan_g|EOD