aicra/typecheck/builtin
Adrien Marquès 54f2496943 feat: typechecks: tests for 'float64' 2019-05-06 19:26:36 +02: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 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
float64.go feat: update string type checker | test: string, int, float, any typecheckers 2019-05-05 19:01:54 +02:00
float64_test.go feat: typechecks: tests for 'float64' 2019-05-06 19:26:36 +02:00
int.go feat: update string type checker | test: string, int, float, any typecheckers 2019-05-05 19:01:54 +02:00
int_test.go feat: typechecks: tests for 'uint' + add string repr for 'int' 2019-05-06 18:34:21 +02:00
string.go feat: update string type checker | test: string, int, float, any typecheckers 2019-05-05 19:01:54 +02:00
string_test.go fix: use t.Run in tests instead of for{} with i 2019-05-05 19:01:54 +02:00
uint.go feat: typechecks: tests for 'uint' + add string repr for 'int' 2019-05-06 18:34:21 +02:00
uint_test.go feat: typechecks: tests for 'uint' + add string repr for 'int' 2019-05-06 18:34:21 +02:00