-
Filed on behalf of @tomrittervg:
> What happens if --ignore-scripts doesn't cause the vendoring to *fail* but does cause it to not work in the intended way?
Hmmm, this is a fine question.
It …
dmose updated
5 years ago
-
Well this is a headache
Not only is the versioning scheme of vX.Y.Z not present but the /v2 and the end of the package definition in go.mod for this project busts things when I try and get it vendo…
-
Uncrustify 0.75 introduces changes to the configuration format which are not compatible with the configuration hard-coded into `ament_uncrustify`.
RHEL 9 packages `uncrustify-0.75.1`. The only reas…
-
While tracking the latest release, I've noticed that https://github.com/DataDog/dd-trace-go/pull/1007/ has resulted in `libddwaf.a` is being included when vendoring `dd-trace-go`.
It would be nice …
-
I'd love to be able to use the contents of `dist-src/generated/endpoints.js` as an import in my ESM project, but unless I am doing something wrong, I haven't found a way and am instead copying that fi…
-
Following up on https://github.com/golang/go/issues/39100, is it possible for the `go` command to return partial results even with an inconsistent vendor folder? This is done in several (arguably smal…
-
Now that Go has some preliminary support for vendoring, we should try it out. We can still use a [vendor management tool](https://github.com/golang/go/wiki/PackageManagementTools), but we should defin…
-
I was just debugging a library and vendored it into my app to test the changes I made. For that I downloaded the library's source code and referenced it in my `elm.json`'s `src-directories`. But I had…
-
## Finish `go mod/tidy install instructions`
ref:
https://golang.org/ref/mod#vendoring
-
With Deno v1 `deno vendor` command I used to build the complete local copy of the project dependencies, then to run it without having to rely on remote access with `deno run --no-remote` flag.
Tryi…