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

Expand AST using Macro.Env API #1116

Merged
merged 37 commits into from
Oct 5, 2024
Merged

Expand AST using Macro.Env API #1116

merged 37 commits into from
Oct 5, 2024

Commits on Jul 20, 2024

  1. remove non existing prop

    lukaszsamson committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f41d605 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix signatures

    lukaszsamson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    217a57c View commit details
    Browse the repository at this point in the history
  2. handle versioned vars

    lukaszsamson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    42c40c2 View commit details
    Browse the repository at this point in the history
  3. remove not needed

    lukaszsamson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7e294e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. wip

    lukaszsamson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c094dea View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Aug 20, 2024

  1. fix tests

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4d190cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216f9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c4289 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into expand

    # Conflicts:
    #	dep_versions.exs
    #	mix.lock
    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4b2a128 View commit details
    Browse the repository at this point in the history
  5. bump elixir_sense

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    29f8273 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix tests on 1.16

    lukaszsamson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    690a5f9 View commit details
    Browse the repository at this point in the history
  2. bump elixir_sense

    lukaszsamson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fe1a056 View commit details
    Browse the repository at this point in the history
  3. drop 1.12 support

    lukaszsamson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    43f6fe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. remove 1.12 code

    lukaszsamson committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2f03c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    f0c4a81 View commit details
    Browse the repository at this point in the history
  2. evaluate conditional breakpoints, hit counts and log points in Macro.…

    …Env obtained from metadata
    lukaszsamson committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ed2d2ca View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. add tests for read and write variables

    remove no longer needed hacks in completions
    lukaszsamson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b1df447 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. simplify var location

    lukaszsamson committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dd572f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bd07d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

    lukaszsamson committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bf9ba84 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. bump elixir_sense

    lukaszsamson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    44eb317 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. exclude more tests

    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bbce81c View commit details
    Browse the repository at this point in the history
  2. bump elixir_sense

    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bfd14c8 View commit details
    Browse the repository at this point in the history
  3. fix build on 1.13

    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8cc7593 View commit details
    Browse the repository at this point in the history
  4. format

    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3fd40ce View commit details
    Browse the repository at this point in the history
  5. bump elixir_sense

    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f38fb87 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. use cursor_env

    lukaszsamson committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7c96d44 View commit details
    Browse the repository at this point in the history
  2. bump elixir_sense

    lukaszsamson committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e3cb7a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. resolve some TODOs

    lukaszsamson committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3089a02 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. bump elixir_sense

    fix tests
    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5b6b459 View commit details
    Browse the repository at this point in the history
  2. exclude tests

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7062107 View commit details
    Browse the repository at this point in the history
  3. fix from elixir_sense

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    fed32bf View commit details
    Browse the repository at this point in the history
  4. fix test on 1.13

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    036159f View commit details
    Browse the repository at this point in the history
  5. format

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d1eb9f6 View commit details
    Browse the repository at this point in the history