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

Pre-process parsed docstrings to add hints on how to resolve names #723

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2023

  1. Fix #295

    tristanlatr committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    96b9e05 View commit details
    Browse the repository at this point in the history
  2. Fix the _ReferenceTransform for annotations.

    Also enamble msg(once=True) when using report().
    tristanlatr committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6550919 View commit details
    Browse the repository at this point in the history
  3. Fix mypy

    tristanlatr committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    34e2c54 View commit details
    Browse the repository at this point in the history
  4. fix pyflakes

    tristanlatr committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ef41a2f View commit details
    Browse the repository at this point in the history
  5. fix ref

    tristanlatr committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bd8af40 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    bd69087 View commit details
    Browse the repository at this point in the history
  2. Fix big loop issue

    tristanlatr committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0fd9982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b84f24c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Introduce Class.parsed_bases, Function.parsed_decorators, Function.pa…

    …rsed_annotations, FunctionOverload.parsed_decorators, Attribute.parsed_decorators, Attribute.parsed_value.
    
    Fixes links in presentation of these components.
    tristanlatr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    31144e5 View commit details
    Browse the repository at this point in the history
  2. Add tests

    tristanlatr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e39b771 View commit details
    Browse the repository at this point in the history
  3. Fix mypy

    tristanlatr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f0f694d View commit details
    Browse the repository at this point in the history
  4. fix static checks

    tristanlatr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dd2cf17 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Apr 3, 2024

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