1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-30 08:36:43 +02:00
Commit Graph

627 Commits

Author SHA1 Message Date
Xargin
ca6a524d4f add codecov.yml ignore output tests 2017-07-05 14:36:15 +08:00
Xargin
1de44419ea increase coverage 2017-07-05 13:55:10 +08:00
Xargin
550531a046 increase coverage 2017-07-05 11:40:20 +08:00
Tao Wen
1745078ab7 Merge pull request #108 from cch123/feature-add-string-tests
add string convert tests
2017-07-05 07:20:29 +08:00
Xargin
6129e85d53 increase coverage 2017-07-05 01:21:33 +08:00
Xargin
ee3313111c add string tests 2017-07-05 00:39:20 +08:00
Xargin
4e65952c09 fix float convert 2017-07-05 00:23:00 +08:00
Tao Wen
3829a470ae Merge pull request #106 from cch123/feature-add-int-tests
fix negative number to uint
2017-07-04 22:37:09 +08:00
Xargin
3f35bed884 simplify float convert 2017-07-04 22:28:24 +08:00
Tao Wen
8d7efe886c Merge pull request #107 from cch123/feature-add-convert-table-doc
add convert table doc
2017-07-04 21:07:43 +08:00
Xargin
f245011c7d add any to float 2017-07-04 19:59:34 +08:00
Xargin
4ea96ac7c3 change all negative convert to uint 0 2017-07-04 18:48:55 +08:00
Xargin
50beb4f15d update fuzzy convert table 2017-07-04 17:05:39 +08:00
Xargin
e5d7a65616 add convert table 2017-07-04 16:38:07 +08:00
Xargin
d7b6b4e0bb add convert table document 2017-07-04 15:29:47 +08:00
Xargin
712ddb1942 fix negative number to uint 2017-07-04 14:00:24 +08:00
Tao Wen
ca8dd93d0b Merge pull request #105 from cch123/feature-add-int-tests
add any to int/uint test
2017-07-04 08:09:48 +08:00
Xargin
ac8dd56dfb object cannot covert to int/float in php, so change covert result to zero 2017-07-04 00:53:10 +08:00
Xargin
d8dbf14af4 add array to int 2017-07-04 00:29:19 +08:00
Xargin
402c6c79e2 Merge branch 'master' of https://github.com/json-iterator/go into feature-add-int-tests 2017-07-04 00:20:16 +08:00
Xargin
2e10d5fdad add basic int test 2017-07-04 00:19:41 +08:00
Tao Wen
f0b07a2313 Merge pull request #104 from cch123/feature-add-bool-convert-test
add bool convert test map
2017-07-03 20:00:29 +08:00
Xargin
919a2eff5c fix bool test 2017-07-03 19:40:12 +08:00
Xargin
a743df1b8a add bool convert test map 2017-07-03 19:10:49 +08:00
Tao Wen
8700644196 cut 0.9.18 2017-07-03 10:17:02 +08:00
Tao Wen
6a7bf91c45 only test against 1.8 2017-07-02 19:26:06 +08:00
Tao Wen
e417330822 fuzzy test from 1000 to 100 2017-07-02 18:18:12 +08:00
Tao Wen
af876518e1 remove 1.6 and 1.7 2017-07-02 15:25:28 +08:00
Tao Wen
21b9254da4 skip t.Run below 1.8 2017-07-02 15:20:18 +08:00
Tao Wen
c009421781 fix write float compatibility 2017-07-02 15:11:36 +08:00
Tao Wen
c4f54740f7 separate 1.8 tests 2017-07-02 14:27:16 +08:00
Tao Wen
368bd0c1d8 fix 1.6 compatibility 2017-07-02 13:22:55 +08:00
Tao Wen
11975d2a26 test with more go versions 2017-07-02 13:18:20 +08:00
Tao Wen
e7404f3065 add badges 2017-07-02 13:10:00 +08:00
Tao Wen
f60a6a17c2 test and cover multiple packages 2017-07-02 12:58:14 +08:00
Tao Wen
2dfdcdd9db add travis.yml 2017-07-02 12:09:49 +08:00
Tao Wen
496a8ea225 list contributors 2017-07-02 11:59:11 +08:00
Tao Wen
ed6c434851 gofmt 2017-07-02 11:56:01 +08:00
Tao Wen
bf002a02be #102 create correct type when pointer to Marshaler/Unmarshaler is nil 2017-07-02 11:35:30 +08:00
Tao Wen
815aa331a8 #101 checkIsEmpty can not reuse createEncoderOfSimpleType, otherwise it will fail when struct member is not serializable 2017-07-02 11:13:21 +08:00
Tao Wen
54ab168362 #99 support uintptr 2017-07-02 11:03:13 +08:00
Tao Wen
87d1ea0c60 Merge pull request #100 from thockin/output_tests
Output tests for text marshal and uintptr
2017-07-02 07:41:50 +08:00
Tim Hockin
6268a1cbc8 add test for uintptr 2017-07-01 10:57:42 -07:00
Tim Hockin
d56566286c Add tests for omitempty and text methods 2017-07-01 10:28:59 -07:00
Tao Wen
f2c50ef73b #97 omit empty behavior should follow the original type 2017-07-02 00:41:23 +08:00
Tao Wen
d0c5988985 Merge pull request #98 from thockin/output_tests
Add tests for omitempty and json methods
2017-07-02 00:15:51 +08:00
Tim Hockin
17eed15fb5 Add tests for omitempty and json methods 2017-07-01 08:26:42 -07:00
Tao Wen
e260979001 #95 struct and empty struct is considered as notempty 2017-07-01 11:48:17 +08:00
Tao Wen
3cf9b7c253 Merge pull request #96 from thockin/output_tests
Add test for omitempty on struct
2017-07-01 11:33:17 +08:00
Tim Hockin
800df52ccd Add test for omitempty on struct 2017-06-30 20:32:27 -07:00