Files
delve/_fixtures
Alessandro Arzilli 57dad9342a proc: make some type casts less counterintuitive
* proc: make some type casts less counterintuitive

The interaction of type casts with load configuration is sometimes
counterintuitive. This commit changes the way it is performed so that
when converting slices to strings and vice versa the maximum size
corresponding to the target type is used (i.e. MaxStringLen when
converting slices to strings and MaxArrayValues when converting slices
to strings).

This doesn't fully solve the problem (conversions to []rune are
problematic and multiple chained type casts will still be confusing)
but removes the problem for the majority of practical uses.

Fixes #3595, #3539
2023-12-12 11:43:41 -08:00
..
2023-07-07 09:30:38 -07:00
2017-02-08 14:14:57 +01:00
2017-02-07 13:07:18 -08:00
2018-03-20 11:05:35 +01:00
2017-01-09 15:21:54 -08:00
2016-02-11 16:59:07 -08:00
2016-05-29 12:20:09 -07:00
2015-06-20 15:29:33 -05:00
2017-08-01 11:20:25 -06:00
2015-06-21 21:11:30 -05:00
2021-03-19 11:02:23 -07:00
2017-02-07 13:08:11 -08:00