Justin Chadwell

Results 120 issues of Justin Chadwell

Noticed this with when sending `CTRL+C` to a `dagger call` command during the driver initialization, and we'd see the interrupt failed to immediately kick in. This is because we have...

Mostly opening this one for tracking, I've seen this a few times now: ``` Error Trace: /app/core/integration/platform_test.go:186 Error: Received unexpected error: input: container.from.withMountedCache.withExec.sync resolve: process "sh -x -c cat /cache/s2r819a2l1q07r1x64xvzwajylinux/amd64/uname...

kind/bug
area/ci

Occasionally, this error appears: ``` Error: response from query: Post "http://:mem/query": command [docker exec -i dagger-engine-d522a778c2389390 buildctl dial-stdio] has exited with exit status 137, make sure the URL is valid,...

kind/bug
area/engine

Fixes https://github.com/dagger/dagger/issues/8644.

In go, enum values are top-level to the package (unlike in typescript/python/etc where they are members of the type itself). Because of this, it's very easily possible to clash -...

Opening an issue from https://discord.com/channels/707636530424053791/1123687185837740053/1290092449183698965 - me and @helderco had a chat about this in person at our offsite. Current enum support has a few issues, which we can fix!...

- [x] Unscoped enum names (deprecated in https://github.com/dagger/dagger/pull/8669)

Fixes https://github.com/dagger/dagger/issues/7898. This PR modifies the module config `dependencies` field to ensure that we preserve the original tags that the user specified during `dagger install`. So with a command like:...

needs/changelog

Fixes https://github.com/dagger/dagger/issues/5981, https://github.com/dagger/dagger/issues/8141. Pulls in a buildkit update as well, so we can get https://github.com/moby/buildkit/pull/5339

See https://github.com/dagger/dagger/actions/runs/11233423649/job/31227113107 ``` Stdout: invoke: input: container.from.withMountedDirectory.withMountedCache.withMountedDirectory.withExec.sync resolve: process "trivy fs --format=json --exit-code=1 --scanners=vuln --vuln-type=library --severity=CRITICAL,HIGH --show-suppressed /mnt/src" did not complete successfully: exit code: 1 Stderr: 2024-10-08T10:20:52Z INFO Need to...

area/ci