Skip to content
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 constructor.py:set_python_instance_state #26

Closed
wants to merge 179 commits into from

Conversation

chirayuk
Copy link

@chirayuk chirayuk commented Feb 3, 2016

The code was incorrectly setting attributes on the built in object
instead of the parameter instance.

ps: would you point me to right spot to add a test case for this one?

Thanks Gustavo Rahal for reporting it.
 * In the flow context, indentation level is not checked.
 * For quoted scalars, indentation level is not checked.
 * Flow scalars are not required to have at least 1 space indentation. Zero indentation is acceptable.
 * Add parsing events: STREAM-START, DOCUMENT-START, DOCUMENT-END.
Usage:
{{{
$ cat your_yaml_document | ./yaml_hl.py                         # Produces colored ASCII output
$ cat your_yaml_document | ./yaml_hl.py -c yaml_hl_html.cfg     # Produces HTML output.
}}}
xitology and others added 26 commits December 30, 2008 20:23
… line width (Thanks ingy for the report and the patch).
The code was incorrectly setting attributes on the built in `object`
instead of the parameter `instance`.

ps: would you point me to right spot to add a test case for this one?
@chirayuk
Copy link
Author

ping

@ingydotnet
Copy link
Member

This repo is now canonical but we had to force push master. @chirayuk can you rebase?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants