-
Notifications
You must be signed in to change notification settings - Fork 6
Impl serializer interface and json serializer #18
Impl serializer interface and json serializer #18
Conversation
|
It was almost done, isn't it ? Just give me some unittests. However, you could read this material, How to write a good commit message(Chinese). I'm not saying you did a bad job. Just have something you can improve. |
|
@as23041248 , please rebase your branch. We import many features like CI and Makefile, which can test your code automatically. |
iankuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOYO
test
e29ae6e to
9a682b6
Compare
iankuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems great. By the way, I notice that this branch feature/serialization doesn't catch up mainline. Please rebasing it after few minutes.
fd0b9d1 to
4d1f642
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You didn't rebase completely. Did you try pull XXX --rebase? The three of last shouldn't appear in your commit msg.
iankuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No fixup.
7a18341 to
3c2c250
Compare
The serializer in Json convert python dict to string(raw data), and deserializer convert string(raw data) to python dict.
3c2c250 to
884ea53
Compare
iankuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meld last two commits into one. Hint: "rebase -i" and then "-f fixup".
Test json serializer by converting between python dict and raw json data.
884ea53 to
22acb5c
Compare
This PR is add a feature which describes in #12.
The three thing i do in this PR: