Fredrik Ehnbom

Results 78 comments of Fredrik Ehnbom

Good idea. Also looks like there is an implementation in the standard [text/tabwriter](http://golang.org/pkg/text/tabwriter/) package

Sikuli X seems a bit overkill, but capturing and comparing "gold images" could indeed be a good way to test some features.

Where possible, I'd like to have the tests as un-frontend-specific as possible. I.e. we'd find a way to write tests that abuse the Frontend-interface (which might need to be extended)...

What's the benefit of having the editor track a full undo-tree vs just managing two git branches via a plugin?

My point is that from the use case presented, it doesn't seem to me like you care about every single branch in a potential undo-forest. Wouldn't a [K.I.S.S.](http://people.apache.org/~fhanik/kiss.html) solution like...

IMO the CMD-Z*100 then a mistaken "z" destroying the whole stack is much more a convincing use case for implementing this :) If we limit it, it should be user...

Well, this needs to be implemented in steps but I can see it as something like: - [ ] Extend undo-redo into a tree, but keeping it work like current...

WAL doesn't allow concurrent writes. See [section 2.2 concurrency](https://www.sqlite.org/wal.html#concurrency), middle paragraph: > However, since there is only one WAL file, there can only be one writer at a time.

FYI just pushed https://github.com/quarnster/boxeebox-intel-sdk which builds many of the drivers from the boxeebox's intel sdk, with a gcc 4.9.2 toolchain. Replacing all the intel drivers built by this works fine,...

Don't know what the backwards compatibility is with newer kernels so can't comment on that. Worst case they'll have to be recompiled with the new kernel headers, but now we...