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 74e084944e compiler cleanup
Now using the same pattern as Go's http package.

- the `compiler.Compiler` struct can be used directly (and tests to do
  to avoid messing with the global version)
- `compiler.DefaultCompiler` contains a public default Compiler instance
- `compiler` exposes proxy functions (e.g. Compile) back to the
  DefaultCompiler

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-02-17 10:26:38 -08:00
..
compiler compiler cleanup 2021-02-17 10:26:38 -08:00
build.go compiler cleanup 2021-02-17 10:26:38 -08:00
client.go compiler cleanup 2021-02-17 10:26:38 -08:00
dagger_test.go compiler cleanup 2021-02-17 10:26:38 -08:00
env.go compiler cleanup 2021-02-17 10:26:38 -08:00
fs.go compiler cleanup 2021-02-17 10:26:38 -08:00
input_test.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
input.go compiler cleanup 2021-02-17 10:26:38 -08:00
pipeline.go compiler cleanup 2021-02-17 10:26:38 -08:00
solver.go solver: trace LLB 2021-02-05 15:14:45 -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