Matei David

Results 15 comments of Matei David

I first patched `test.bash` (to decouple building from testing) with: [test.bash.patch.txt](https://github.com/encryptio/git-annex-remote-b2/files/298013/test.bash.patch.txt) I built `git-annex-remote-b2` with: `GOPATH=/tmp/gopath go get github.com/encryptio/git-annex-remote-b2` I ran the test with: `cd /tmp/gopath/src/github.com/encryptio/git-annex-remote-b2; PATH=/tmp/gopath/bin:$PATH GIT_ANNEX_EXTERNAL_B2_PROTOCOL_DEBUG=1 bash -x...

I posted details of the Docker walkthrough in here: http://git-annex.branchable.com/install/Docker/#comment-405d13a7864a3b8cdd518490cabcde1d . In addition to what I wrote in there, I also installed `git-annex-remote-b2` inside the container (by uncommenting the respective...

I guess there were no replies on the boost devel list, right?

Oh, I agree, it's just that by nature (relying on implementations, not just API) they are a bit of a nightmare to maintain.

It would be great news to have these packaged with boost. In my latest pull request I took the first steps towards modularizing them. I'm still using a master "utilities"...

Hi, I'm actively working on `fast5`'s `dev` which has all sorts of changes. I'll leave this issue open and get back to it when I merge.

In reply to OP: 1. As @jts points out, `configure` is a generated file, and as such, line numbers are meaningless. The reason is that they might differ slightly depending...

The program is written using the pre-C++11, so really C++03, language standard, and this particular issue states that it doesn't compile with C++14. Can you explain why would you expect...

I agree that particular change is small, I think it's in only 2 places. But there's always the chance something else will pop up, for instance some other type conversion...

We should leave this open for Jared to have a look. I agree that integration of SGA into other projects (or import of some other project into SGA, if necessary)...