Neil Mitchell
Neil Mitchell
Thanks for the offers. I've given you both permissions to write to this repo. I'm happy to let the library sit as it is, but if you think it needs...
@jmitchell Yep, pretty much. I have a list of my general development style/guidelines/preferences at https://github.com/ndmitchell/neil/blob/master/README.md - I just added a note about merging into `master`.
I suggest reviewing it in it's current state - there was one bug I introduced, just fixed.
Using codemap_diagnostics 0.1.1, codemap 0.1.3, Mac, cargo 1.46.0-nightly (4f74d9b2a 2020-07-08).
Having ghcid more tightly integrated with stack might not be terrible, and if ordeal is integrated with stack, that gives you everything.
The way we do this internally is with the test runner, but we eventually plan to adjust the TestInfo so that it describes the coverage information. Let me ping our...
@satyajeet104 - unfortunately I couldn't get anyone to bite - as @stepancheg says, a new `TestInfo` is the right approach in the end.
Having upload blob take a digest shouldn't be a big deal since I think the amount of data flowing through this API isn't big enough to matter. I can see...
Some of these layers of forwarding are so we can inject the internal closed source RE client (closed source because it uses a lot of systems that aren't open source,...
CC @IanChilds @cjhopman who work on our Java version internally. My latest understanding is that we don't have things working externally with Java, as the toolchain requires pieces of Buck1...