Ingo Oeser

Results 39 comments of Ingo Oeser

If the lockfile disappears and we cannot find the process owning it between existance and disappearance, the owner is probably not in the same pid space of the test runner...

@matjam Thanks for taking the time to analyse the code deeply. > Is the following a correct explanation of the semantics? > 1. Create a file at path dir+"."+name called...

One question that I didn't see discussed: It might be useful to support notinheap data structures not only for the runtime. Management of mmaped data or data in sysV shared...

@johanbrandhorst we have buf 1.4.x now and remote plugins arrived. Any updates on this?

What about adding a match that expresses that a specific import path is imported for that file and is not renamed? If gogrep could handle it, the import package name...

@quasilyte I tried to express it like this ```go m.Match(`$x == $y`). Where(m["x"].Type.Implements(`interface { Equal($x.type)) bool}`)). Suggest(`$x.Equal($y)`) m.Match(`$x != $y`). Where(m["x"].Type.Implements(`interface { Equal($x.type)) bool}`)). Suggest(`!$x.Equal($y)`) ``` I suggest the `$arg.type`...

It might help adoption to at least support the Opentracing terminology (namely spans instead of segments) and keep the api compatible in terms of span generation and propagation. But this...

I like your proposal of doing the Ops filtering on creation of the watcher. One usually creates such a watcher with a purpose in mind and the events being delivered...

@neild What can be gained in supporting such requests? I would suggest to continue dropping the body and fix case 2 (trying to parse it as a next request) ....

@adonovan / @rsc Did you crosscheck this with the authors (e.g. @ldez ) of golangci-lint? I would like to understand whether that has any effects on the largest linter integration...