-
The hack/validate/vendor script contains an optimization which skips validation unless at least one of vendor.mod, vendor.sum or the vendor/ tree have been touched in the PR. Consequently, it misses c…
-
There is currently no Windows version for this tool. Goreleaser can be fairly easily updated to include this. I've done something locally to mirror the releases here, and it looks pretty good. I have …
-
PLEASE READ
-------------
DO NOT submit tickets without _first_ using the latest version of Golang, clearing your local golang package cache, and re-building mockery using the _latest_ Golang vers…
-
Spun off from the specific proposal in https://github.com/rust-lang/cargo/issues/4544#issuecomment-357371733
"A random solution which may help solve this though is to perhaps list the valid targets f…
-
I would like Node.js to support the following user experience
```bash
$ node script.ts
Typescript support is missing, install it with:
npm i --location=global typescript-node-core
$ npm i --loc…
-
In my repository I'm (1) vendoring my dependencies in `/vendor` and (2) vendoring various tools such as code generators in `/tools/vendor`. These all end up in the index when running gopages (though n…
-
Vendoring wagyu, variant, protozero, and geometry.hpp is suboptimal because:
- It is tempting to upgrade to head/unreleased versions
- It is easy for those versions to get out of date
- Upgrad…
-
What are the steps to reproduce this issue?
-------------------------------------------
1. Clone singularity CRI
2. Checkout the v1.0.0-beta.v7 tag
3. Run make
What happens?
-------------
Sin…
-
Following up on https://github.com/ocaml/dune/issues/4795, dune is still lacking convenient way to manage vendored foreign source trees that might include underscores.
I'm currently vendoring a bun…
-
Now that leocad is available on conda-forge for linux-64, I am looking at making it available for OS X.
1. Parts library vendoring
It seems that it is required to vendor the parts library as par…