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

[WIP] Expand AST using Macro.Env API #1116

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

[WIP] Expand AST using Macro.Env API #1116

wants to merge 24 commits into from

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