Andreas Bergmeier

Results 76 comments of Andreas Bergmeier

> I don't know. You can try adding your vid:pid to the vid_pid array here and see if it works. Tried adding it to both `footswitch` as well as `scythe`...

Um...the merge-base version for this is a bit old *cough*. I am trying to rebase and fix the problems.

Ok, rebased and pushed to https://github.com/abergmeier/containerregistry/tree/container-push-pull-cert. It now semi-depends on https://github.com/google/containerregistry/pull/51. @mattmoor @ahirreddy Can you take a look and see whether its good?

Trying to add tests...

Interesting. @mhlopko Can you perhaps elaborate a bit, what parts of CROSSTOOL would interact with modules? Personally I thought it would be more in the realm of cc-providers and additional...

> just not very well documented Like all else about CC toolchains you mean ;) Thanks. I am trying to get a custom hermetic Clang toolchain running anyways. Perhaps will...

Since I do have problems with the include paths for libc (https://stackoverflow.com/questions/47078520/clang-toolchain-fails-for-system-libc-files), how does `libc_top` (`inputsForLibc`) work? Especially since I cannot seem to be able to glob system files.

The problem was: ``` // swagger:meta package main ``` IMO all whitespace characters directly before `package` should be ignored.

So I assume, that https://godoc.org/github.com/abergmeier/golang-protobuf now starts to show up, since I added a second directory, which contains go files? Would be great if directories containing a `go.mod` would also...