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

Point to precise line in parsed source for parsing problems #10

Merged
merged 19 commits into from
Sep 21, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    239dff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    79cb41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6307f8f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Improve escape_qualname

    Collapse multiple replaced special chars to one "_" and add doctests.
    lagru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    af69621 View commit details
    Browse the repository at this point in the history
  2. Don't prefix with _UnknownName_

    Instead just alias to typing.Any. This should make it a bit easier to
    addopt docstub gradually.
    lagru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    56f6268 View commit details
    Browse the repository at this point in the history
  3. Refactor to doctype_to_annotation

    avoids confusion with the parent classes `transform` method.
    lagru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0ba8d07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43223a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feaa8fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf8577e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d51e5f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d0d52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1cdb03 View commit details
    Browse the repository at this point in the history
  10. Ignore path delimiter in doctest to support Windows

    Otherwise, this fails on Windows which returns "file\\with\\..."
    lagru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e6ab000 View commit details
    Browse the repository at this point in the history
  11. Make arguments to DoctypeTransformer optional

    This makes it easier to test the class.
    lagru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e79d487 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    160eee6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    798af4a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Don't print in DocstringAnnotations if ctx=None

    Also add a few tests for that class and remove the currently unused
    yields property.
    lagru committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    63140ba View commit details
    Browse the repository at this point in the history
  2. Add tests for Annotation class

    lagru committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6f8e709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71003af View commit details
    Browse the repository at this point in the history