This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/dagger
Andrea Luzzardi 9c4cb1b15a pipeline: Fix panic for empty pipelines
`Solve() of `llb.Scratch()` returns a `nil` reference. This causes
Pipelines with no operations to panic when interacted with, because of
`nil` pointer de-reference.

Mitigates #189 and #184

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-22 16:30:17 -07:00
..
compiler cache fix: stable ordering of maps (Env, Mount, ...) 2021-03-19 15:07:01 -07:00
client.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00
dagger_test.go DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
env.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00
fs.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00
input_test.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
input.go inputs decryption using SOPS 2021-03-18 17:43:13 -07:00
pipeline.go pipeline: Fix panic for empty pipelines 2021-03-22 16:30:17 -07:00
solver.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00
types.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
utils.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00