Skip to content
#

configuration

Here are 4,647 public repositories matching this topic...

NDagestad
NDagestad commented Dec 5, 2021

When getting the values and shadows of a key, if there are no values at all, StringsWithShadows will return an array with an empty string. This does not seem like the right behaviour.
I would expect StringsWithShadows to return an empty array if there are no values. The documentation says that ValueWithShadows returns the raw value so there is a case to be made for it to return an empty string, b

mpvl
mpvl commented Nov 29, 2021

What version of CUE are you using (cue version)?

v0.4.0

Does this issue reproduce with the latest release?

Yes

What did you do?

Use strconv.FormatInt for integers larger than 64 bit doesn't work.

The reason is that these functions are generated from the respective Go packages, which only supports up to 64 bit.

What did you expect to see?

Instead, these me

Improve this page

Add a description, image, and links to the configuration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configuration topic, visit your repo's landing page and select "manage topics."

Learn more