0 branches
Tree
Top files
Clone with HTTPS:
json_decode_anon_struct_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
140 bytes
json_decode_arr_ref_test.v
json: fix decode codegen for []&type (fix #23007) (#23010)
1 year ago
138 bytes
json_decode_embed_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
393 bytes
json_decode_option_alias_field_test.v
cgen: fix json decode option alias (fix #24843) (#24853)
last Jul 6
208 bytes
json_decode_option_alias_test.v
cgen: fix gen_struct_equality_fn null pointer crash (fix #25237) (#25231)
last Sep 8
363 bytes
json_decode_option_enum_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
269 bytes
json_decode_struct_default_test.v
json: fix default struct field initialization with long array (#23355)
1 year ago
345 bytes
json_decode_struct_ptr_test.v
json: fix decode() segfault on recursive struct with ?&t (fixes #26385)
last Mar 25
1.07 KB
json_decode_struct_with_default_test.v
json: fix codegen for struct default expr (fix #23216) (#23233)
1 year ago
912 bytes
json_decode_test.v
json: fix inconsistent serialization/deserialization for u64 (fixes #25605)
last Mar 25
3.61 KB
json_decode_with_encode_arg_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
182 bytes
json_decode_with_generic_array_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
960 bytes
json_decode_with_option_arg_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
297 bytes
json_encode_array_of_references_test.v
json: fix encoding an array of references (fixes #25266)
last Mar 25
397 bytes
json_encode_generic_fixed_array_regression_test.v
cgen: fix json.encode failing under some circumstances (fixes #15840)
last Apr 14
404 bytes
json_encode_primite_test.v
json: encodes differently unicode strings yet decoded well (fixes #25103)
last Mar 11
1.15 KB
json_encode_recursive_ptr_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
513 bytes
json_encode_sumtype_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
187 bytes
json_encode_with_mut_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
519 bytes
json_fixed_array_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
411 bytes
json_omitempty_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
409 bytes
json_omitempty_types_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
1.67 KB
json_option_none_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
757 bytes
json_option_struct_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
370 bytes
json_prim_type_validation_test.v
json: fix decode transforms empty objects to empty strings (fixes #19791)
last Feb 26
1.17 KB
json_struct_option_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
772 bytes
json_decode_with_generic_test.v
checker: Unknown type for json.decode with nested generics (fixes #22220)
last Apr 14
927 bytes
json_decode_with_sumtype_test.v
cgen: fix json.decode on a sum type with a struct variant, results in incorrect data when the input json does not have a _type field (fixes #14058)
last Apr 23
2.71 KB
json_encode_default_option_none_test.v
tools: add support for `// vtest vflags: -w` in `_test.v` files, to allow `v -W test .` later, for files, that have known warnings
last Jun 22
137 bytes
json_encode_embed_test.v
json: Possible bad transcription of struct to JSON - indentation of member of type structure without given name (fixes #20600)
last Apr 14
1.13 KB
json_encode_map_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
413 bytes
json_encode_ptr_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
509 bytes
json_encode_struct_with_option_field_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
497 bytes
json_encode_with_ptr_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
429 bytes
json_f64_array_roundtrip_test.v
json: output of json encode/decode of structs containing f64 arrays is not equivalent to the input (fixes #22860)
last Mar 11
358 bytes
json_is_null_attr_test.v
json: support `@[json_null]` tag to enforce `null`, when encoding `none` option values (#23319)
1 year ago
613 bytes
json_mut_map_test.v
cgen: handle pointers in json map decode/encode (fix #25632) (#25646)
last Nov 2
226 bytes
json_option_alias_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
807 bytes
json_option_raw_test.v
json: move `_test.v` files to `vlib/json/tests/` (#22731)
1 year ago
1002 bytes