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

Error reporting fixes #3

Merged
merged 3 commits into from
Dec 30, 2014
Merged

Error reporting fixes #3

merged 3 commits into from
Dec 30, 2014

Commits on Dec 30, 2014

  1. Can't raise a string

    bugaevc committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    bbf5ba5 View commit details
    Browse the repository at this point in the history
  2. Use dedicated str methods' arguments instead of creating a slice

    Simplify column number calculation by removing special-casing
    (since str.[r]find returns -1 when the substring is not found)
    bugaevc committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    de4205b View commit details
    Browse the repository at this point in the history
  3. Don't fail while trying to report an error if stream is not a string

    Remove 'parse error:' from error message since it's going to be displayed as the class name anyway
    bugaevc committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    41cd832 View commit details
    Browse the repository at this point in the history