Jeff Burdges
Jeff Burdges
I'd think some well considered contextual keyword would be best "pedagogically", maybe not `fields` if it becomes the disjointness for methods too, maybe words like `members` or `group` or `selection`,...
I think "blocked" means #4 requires adding `mut` here so that smart pointer `Deref`s can do their thing.
Why wouldn't `foo.map(_.method(_))` be `|x| foo.map(|y| x.method(y))` or whatever? It just stops at the first `Fn` type? I think haskell's operator and `$` syntax avoids this confusion.
In this example, you could write `(ref mut f, ref mut g) = foo.deref_mut(); bar(f,g);` but not `bar(&mut foo.f,&mut foo.g);` or even `Foo { ref mut f, ref mut g...
A partial fix was merged here : https://github.com/agl/pond/pull/165
Any client actually built for usage only from the command command line should still use `nogui`. The abstract GUI built by `nogtk` is needed for testing, but not for CLI...
Alan Fey @emptyset and Ram Vedam @rvedam expressed an interest in merging the go-gtk distributions by @agl and @mattn
We should elevate the priority here slightly : At present, the go-gtk fork by @agl has poor error message handling, like in https://corcra.github.io/assets/pond-panic.txt via @corcra blog https://corcra.github.io/sec/2015/01/30/pond-on-yosemite.html These uninformative error...
I made some progress on manually replaying the changes by @agl on the current branch by @mattn but got side tracked. And I'll remain so for the near future. If...
Run `go get github.com/agl/pond/client`