Justin Chadwell

Results 120 issues of Justin Chadwell

According to the git docs: > Or you can use the shorter scp-like syntax for the SSH protocol: > > ``` > git clone [user@]server:project.git > ``` (note that in...

area/llb
area/testing
area/client
area/util
area/solver
area/source

Should fix https://github.com/dagger/dagger/issues/9713. Looks like a recent refactor moved this - it *should* be for git sources, as well as dir sources. Re-applied from #9530. > [!WARNING] > > This...

Fixes #6927, enables #9098, and continues the project of rebuilding the Ship of Theseus :tada: This PR introduces a new way of marrying dagger's dagql and buildkit's LLB. Currently, dagql...

area/engine
benchmark

> [!NOTE] > > This is a proposal! Thoughts wanted :thinking: > > We *might* consider this a breaking change, so should probably put it behind our module compat if...

needs/changelog

Upon occasion, since we merged https://github.com/dagger/dagger/pull/8442, with `returnError`, it looks like we've started occasionally flaking: https://github.com/dagger/dagger/actions/runs/13261220656/job/37018061021?pr=9530#step:5:4951 ``` 1 : check --targets=sdk/go 1 : [1m8s] | Error: failed to serve module:...

area/ci
kind/flake

This will let us tag `v0.17.0-llm.2`, which would then create a "pointer" at `v0.17.0-llm` on the remote file server. Then, we also update `install.sh` to allow handling these build pointers....

Fixes https://github.com/dagger/dagger/issues/8671 - the aim is to fix all the remaining little nits with enums that make them tricky to use (also wanting to unblock #8608). TODO: - [x] Tidy...

area/engine

Found while working on some improved tests in #9381, when I discovered that some tests were mistakenly missing from `LegacyTest`. Essentially, what I wanted to test was - `AsService.Up` works,...

See @vito's comment here: https://github.com/dagger/dagger/pull/9569#issuecomment-2657252489 We essentially need the equivalent of #9344 for those, so we can avoid marking pending states as `DONE`. (opening so I don't forget about this)

area/cli

See https://v3.dagger.cloud/dagger/traces/7ac8bb11c84ec5925eab8c0c8528c9d7#c8b39737d86fb4f8:EL46: ``` assertion failed: --- expected +++ actual @@ -31,4 +31,5 @@ ✘ .stdout: String! X.Xs ! process "/bin/sh -c echo im failing && false" did not complete successfully:...

area/ci
kind/flake