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

Add code action for inlining #847

Merged
merged 40 commits into from
Oct 10, 2022
Merged

Add code action for inlining #847

merged 40 commits into from
Oct 10, 2022

Commits on Sep 12, 2022

  1. start work on inline action

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    431cc21 View commit details
    Browse the repository at this point in the history
  2. basic inlining works

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e2bbaf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6014689 View commit details
    Browse the repository at this point in the history
  4. cleanup

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    42b2727 View commit details
    Browse the repository at this point in the history
  5. promote tests

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3bb7c12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e4f2d1 View commit details
    Browse the repository at this point in the history
  7. fix bug with shadowing

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    747b33c View commit details
    Browse the repository at this point in the history
  8. refactor

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d064021 View commit details
    Browse the repository at this point in the history
  9. address comments

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f6839be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1076d8b View commit details
    Browse the repository at this point in the history
  11. fix find_parsetree_loc

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4fc1e81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03458ee View commit details
    Browse the repository at this point in the history
  13. strip merlin.loc attributes

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7b7c262 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d98d249 View commit details
    Browse the repository at this point in the history
  15. refactor

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ad5d6cf View commit details
    Browse the repository at this point in the history
  16. remove test code

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    12ffeaf View commit details
    Browse the repository at this point in the history
  17. formatting

    jfeser committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1c35310 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. fix incorrect comment

    jfeser committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    302e1a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    5f4c286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27de8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c49c80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32bc3e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90b2ccb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f06e84 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. add tests for inlining action

    jfeser committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    46daa9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022ba6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dcd43e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35de944 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. add more tests

    jfeser committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    a149f9a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. remove test module

    jfeser committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    96478a9 View commit details
    Browse the repository at this point in the history
  2. update changes

    jfeser committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b5583a3 View commit details
    Browse the repository at this point in the history
  3. formatting

    jfeser committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4e683ad View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. add mli

    jfeser committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    8dd4c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. use raise_notrace

    jfeser committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    61c087b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f4696 View commit details
    Browse the repository at this point in the history
  3. explain error value

    jfeser committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    be28337 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. extract reusable functions

    jfeser committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7f82df8 View commit details
    Browse the repository at this point in the history
  2. explain todos

    jfeser committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    dc9abcb View commit details
    Browse the repository at this point in the history
  3. cleanup

    jfeser committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    51c4708 View commit details
    Browse the repository at this point in the history