David Naylor
David Naylor
Given that the `make test` target depends on `make stage` I would submit that any circular dependencies are a problem with the port and not a feature that needs to...
Another use case is lang/pypy. It allows one to translate pypy with itself (making things much faster) but pypy is obviously not a dependency. Another use case would be if...
P.S. jail hooks will allow one to develop this capability without having to extend poudriere itself. However, pkg does not get installed at that time so one will need to...
Regarding the API, I would suggest something like `[ParamSource(BaseIndex=2)]` to make the 3rd item returns the baseline. I tried to implement this manually (using `BenchmarkCase` and related classes), but I...
Hi It's a pleasure. The main reason is the recent update to Rider broke loading of projects without a `global.json` targeting a specific .NET version. So, I chose the current...
Also, putting the `[]` attribute on the signature file AND the implementation file causes a compiler warning, about a change in the signature. Removing either removed the compiler warning, but...