holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
19 stars 0 forks source link

builder: fix cue panic (#212) #213

Closed jeffmccune closed 3 months ago

jeffmccune commented 3 months ago

Previously CUE paniced when holos tried to unify values originating from two different cue runtimes. This patch fixes the problem by initializaing cue.Value structs from the same cue context.

Log messages are also improved after making one complete pass through the Try Holos Locally guide.

Closes: #212