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
Solomon Hykes acba8b3988 Simplify runtime code by removing layers of abstraction
- Remove intermediary types `Component`, `Script`, `Op`, `mount`: just use
  `cc.Value` directly
- Remove `Executable` interface.
- Execute llb code with a simple concrete type `Pipeline`
- Analyze llb code with a simple utility `Analyze`

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-02-12 22:20:20 +00:00
..
cc Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
build.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00
client.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
dagger_test.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
env.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
fs.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00
gen.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
gen.sh Update gen.sh to remove redundant error check 2021-01-28 22:38:38 -08:00
input_test.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
input.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00
pipeline.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
solver.go solver: trace LLB 2021-02-05 15:14:45 -08:00
spec_test.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00
spec.cue Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
spec.go re-enable spec generation 2021-02-10 18:43:07 -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