Replies: 3 comments 2 replies
-
Original reply by @seh in cuelang/cue#435 (comment) This sounds reminiscent of #391, though I can't see where you're using the CUE source imported via the cue get go command at the top. |
Beta Was this translation helpful? Give feedback.
-
Original reply by @mpvl in cuelang/cue#435 (comment) Yeah, it is a known problem. The new evaluator, which is getting really close now, addresses a myriad of performance issues. So I expect that this will be fixed as of v0.3.0. It doesn't make much sense to try to fix this in the current implementation at this point. |
Beta Was this translation helpful? Give feedback.
-
For the record, this example worked for me with Steps:
dump_tool.cue
objects.cue
task.cue
Then run |
Beta Was this translation helpful? Give feedback.
-
Originally opened by @ekarlso in cuelang/cue#435
Hi guys, I have the following code that's setup. But when I do a
cue dump
it just hangs and seems to be memory leaking + hogging all cpu. Should I file a bug possibly?export GO111MODULE=on go get github.com/tektoncd/pipeline/pkg/apis/...@v0.13.2 cue get go github.com/tektoncd/pipeline/pkg/apis/...
dump_toom.cue
tkn.cue
Beta Was this translation helpful? Give feedback.
All reactions