~kobuk-team/ubuntu/+source/golang-github-goccy-go-json:mantic-23.10

Last commit made on 2024-04-02
Get this branch:
git clone -b mantic-23.10 https://git.launchpad.net/~kobuk-team/ubuntu/+source/golang-github-goccy-go-json
Members of The Kobuk team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

017f74c... by Hector CAO

d/changelog : release mantic

6044517... by Hector CAO

Add debian folder

190c2e3... by Masaaki Goshima <email address hidden>

Update CHANGELOG

a812201... by Masaaki Goshima <email address hidden>

Merge pull request #380 from orisano/fix/#374

Fix unicode decoding when the expected buffer state is not met after reading

79d8df0... by Nao Yonashiro <email address hidden>

Merge branch 'master' into fix/#374

88aa13e... by Masaaki Goshima <email address hidden>

Fix comment for #379

8459403... by Masaaki Goshima <email address hidden>

Merge pull request #379 from orisano/fix/#370

Fix slice/array type encoding with types implementing MarshalJSON

8f5055b... by Nao Yonashiro <email address hidden>

fix: In decodeUnicode, the case that the expected buffer's state is not satisfied after reading.

fix #374

565e07e... by Nao Yonashiro <email address hidden>

fix: change isPtr to true on listElemCode

fix #370

554506d... by Masaaki Goshima <email address hidden>

Merge pull request #378 from orisano/fix/#372

Fix embedded primitive type encoding using alias