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

Extending TypeApplier to remove type annotations + Improvements #26

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    54ba46b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe612e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a41f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a170308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b286d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    715430a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    00011f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b48708 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    c638973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa76bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    593f96a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f3e50 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 15, 2021

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

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    9d58e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde5757 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

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

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    edc8615 View commit details
    Browse the repository at this point in the history
  2. Improve TypeApplier by matching functions by line and column no. & ma…

    …tching class names' QN using IN operator
    mir-am committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    17f8bcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    221c14c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57eacf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    f0aa00e View commit details
    Browse the repository at this point in the history
  2. When applying types, first match functions' QN & signature first, if …

    …no match, then check line no.
    mir-am committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    19428fd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    65130df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6166771 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Jul 25, 2021

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

Commits on Jul 26, 2021

  1. Improvements to TypeApplier: (1) Better matching of function, classes…

    … and variables (2) counting failed applied types
    mir-am committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    7927d45 View commit details
    Browse the repository at this point in the history
  2. Improvments to the pipeline of TypeApplier: (1) Dry run (2) Assertion…

    … for no. of applied types
    mir-am committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    d41fea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c23f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3111e84 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Improvements to the TypeRemoval pipeline : (1) Dry run (2) better mul…

    …ti-processing (3) Max try
    mir-am committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8efb7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc8156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e5362 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    a89338c View commit details
    Browse the repository at this point in the history
  2. (1) Exclude source files in the ignored list for the main pipeline, (…

    …2) include type error categories by mypy in the JSON output
    mir-am committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d374848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ca89f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    729c76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3553944 View commit details
    Browse the repository at this point in the history
  3. Improvements to TypeApplier: (1) write ignored files to a separate fi…

    …le (2) fix try attempts for failed type-checking (3) type-check the original file rather than a temp file
    mir-am committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    61b4b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3ddcc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5456c24 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Improvements to TypeRemover: (1) Copying input dataset to another des…

    …t. for analysis (2) preserve removed type annot. when type errors aren't resolved
    mir-am committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    715aea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060c4be View commit details
    Browse the repository at this point in the history