-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #792: use utf 8 decode directly #793
Conversation
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.
I agree with the intent, but I think this makes it seem like |C| is to be processed as text rather than a JSON data structure. I think we need some mention of parsing JSON in there still.
agreed, added explicit JSON parsing step |
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.
LGTM, although there are probably a few hard-coded step references after this that need to be updated.
The assertion verification algorithm might need this change, too. |
@selfissued @akshayku Please review |
doh! thx! |
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.
LGTM
indeed, it did, done. double-checked inter-step references. fixed up denotation of |C| as client data (rather than the intermediate |JSONtext|). |
would be good to get a careful double-double check on this to see if I messed anything else up thx. :) |
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.
Looks good to me
@equalsJeffH Please merge |
@selfissued can you merge as we want to generate a document |
fixes #792
Preview | Diff