aicra/typecheck/builtin
Adrien Marquès 43fb3bb7c9
test uint builtin typecheck overflow values for []byte
2020-03-08 16:26:55 +01:00
..
any.go feat: add builtin types [int, uint] | fix request param getters | add request param getters [GetFloat, GetInt, GetUint, GetStrings] with permissive possible types and 'automatic' conversion 2019-05-05 19:01:54 +02:00
any_test.go fix: use t.Run in tests instead of for{} with i 2019-05-05 19:01:54 +02:00
bool.go add builtin.bool test + make other types that allow 'string' allow '[]byte' as well 2019-11-18 16:17:02 +01:00
bool_test.go add builtin.bool test + make other types that allow 'string' allow '[]byte' as well 2019-11-18 16:17:02 +01:00
float64.go add builtin.bool test + make other types that allow 'string' allow '[]byte' as well 2019-11-18 16:17:02 +01:00
float64_test.go feat: typechecks: tests for 'float64' 2019-05-06 19:26:36 +02:00
int.go add builtin.bool test + make other types that allow 'string' allow '[]byte' as well 2019-11-18 16:17:02 +01:00
int_test.go feat: typechecks: tests for 'uint' + add string repr for 'int' 2019-05-06 18:34:21 +02:00
string.go add builtin.bool test + make other types that allow 'string' allow '[]byte' as well 2019-11-18 16:17:02 +01:00
string_test.go test regex for builtin string typecheck 2020-03-08 16:26:55 +01:00
uint.go add builtin.bool test + make other types that allow 'string' allow '[]byte' as well 2019-11-18 16:17:02 +01:00
uint_test.go test uint builtin typecheck overflow values for []byte 2020-03-08 16:26:55 +01:00