* terminal/starbind: fix starlark conversion of named consts If a value of a derived integer type matches a named constant, Delve will wrap the string representation of the value with the name of the constant, causing ParseInt/ParseUint to fail. This change removes the wrapping before attempting to parse the value before sending it to Starlark. * terminal: add starlark tests for enums |
||
|---|---|---|
| .. | ||
| conv_test.go | ||
| conv.go | ||
| repl.go | ||
| starlark_mapping.go | ||
| starlark.go | ||