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 #293

Merged
merged 239 commits into from
Oct 5, 2024
Merged

Expand AST using Macro.Env API #293

merged 239 commits into from
Oct 5, 2024

Commits on Apr 26, 2024

  1. squash

    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c6bcf8f View commit details
    Browse the repository at this point in the history
  2. wip

    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3c391bc View commit details
    Browse the repository at this point in the history
  3. behaviours

    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    24abad6 View commit details
    Browse the repository at this point in the history
  4. defoverridable

    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8db10ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48a925f View commit details
    Browse the repository at this point in the history
  6. variables

    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fd4a4f3 View commit details
    Browse the repository at this point in the history
  7. variables

    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2e46073 View commit details
    Browse the repository at this point in the history
  8. more tests

    super resolve
    lukaszsamson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7460210 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. module attribute

    lukaszsamson committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6e50e3d View commit details
    Browse the repository at this point in the history
  2. defdelegate

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

Commits on Apr 29, 2024

  1. calls

    lukaszsamson committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    42aeb0d View commit details
    Browse the repository at this point in the history
  2. fix bug in bind_quoted

    lukaszsamson committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6e99c46 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

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

Commits on May 2, 2024

  1. structs

    lukaszsamson committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4fd9305 View commit details
    Browse the repository at this point in the history
  2. doc and meta

    lukaszsamson committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1cf683e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0cdf68 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. records

    lukaszsamson committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4b5fb8d View commit details
    Browse the repository at this point in the history
  2. protocols

    lukaszsamson committed May 3, 2024
    Configuration menu
    Copy the full SHA
    05f8a6c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. reduce debug amount

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

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. first step

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

Commits on May 8, 2024

  1. simplify var handling

    lukaszsamson committed May 8, 2024
    Configuration menu
    Copy the full SHA
    199b196 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into vars-simplification

    # Conflicts:
    #	lib/elixir_sense/core/metadata_builder.ex
    #	lib/elixir_sense/core/state.ex
    #	test/elixir_sense/core/metadata_builder_test.exs
    lukaszsamson committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ec5a4ba View commit details
    Browse the repository at this point in the history
  3. fix scopes

    lukaszsamson committed May 8, 2024
    Configuration menu
    Copy the full SHA
    61c37f6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. expand local structs

    recover from errors
    lukaszsamson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d02daf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f1806 View commit details
    Browse the repository at this point in the history
  3. error tolerant opts

    lukaszsamson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2e4bc72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320eef8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff4a89c View commit details
    Browse the repository at this point in the history
  6. cleanup leftovers

    lukaszsamson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fb49008 View commit details
    Browse the repository at this point in the history
  7. macro call tracking

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

Commits on May 12, 2024

  1. track calls and vars in typespecs

    fix protocol callback spec
    lukaszsamson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8fa0283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe120d7 View commit details
    Browse the repository at this point in the history
  3. register super calls

    lukaszsamson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2b059d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd4370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167fc2e View commit details
    Browse the repository at this point in the history
  6. improve var selection

    lukaszsamson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    52009d8 View commit details
    Browse the repository at this point in the history
  7. store cursor env

    lukaszsamson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f78737a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1086eb4 View commit details
    Browse the repository at this point in the history
  9. with error recovery

    lukaszsamson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6da2a71 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. test uniq omission

    lukaszsamson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ffe71c8 View commit details
    Browse the repository at this point in the history
  2. error recovery in for

    lukaszsamson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1a27894 View commit details
    Browse the repository at this point in the history
  3. register first cursor

    lukaszsamson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fd291ab View commit details
    Browse the repository at this point in the history
  4. error recovery in fn

    lukaszsamson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c95584f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eef12e8 View commit details
    Browse the repository at this point in the history
  6. error recovery in pin

    lukaszsamson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4e148fa View commit details
    Browse the repository at this point in the history
  7. map error recovery

    lukaszsamson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c816fb3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. error recovery in struct

    lukaszsamson committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e8ad822 View commit details
    Browse the repository at this point in the history
  2. bitstring error recovery

    lukaszsamson committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b9dbe80 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    8e3a36f View commit details
    Browse the repository at this point in the history
  2. remove warnings

    lukaszsamson committed May 16, 2024
    Configuration menu
    Copy the full SHA
    97f0ab5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    d602c6c View commit details
    Browse the repository at this point in the history
  2. error recovery in calls

    lukaszsamson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    14da3fa View commit details
    Browse the repository at this point in the history
  3. alias error recovery

    lukaszsamson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    48f4ca1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. error recovery in super

    lukaszsamson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e19806f View commit details
    Browse the repository at this point in the history
  2. fix typo

    lukaszsamson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    cb9c055 View commit details
    Browse the repository at this point in the history
  3. fix inverted condition

    lukaszsamson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    461e118 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd25497 View commit details
    Browse the repository at this point in the history
  5. ambiguous calls

    lukaszsamson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a123534 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. resolve todos

    lukaszsamson committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5df54f4 View commit details
    Browse the repository at this point in the history
  2. cover more cases

    lukaszsamson committed May 19, 2024
    Configuration menu
    Copy the full SHA
    071a3e4 View commit details
    Browse the repository at this point in the history
  3. do not validate scope

    lukaszsamson committed May 19, 2024
    Configuration menu
    Copy the full SHA
    252ecb6 View commit details
    Browse the repository at this point in the history
  4. handle a few more cases

    lukaszsamson committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dfb831e View commit details
    Browse the repository at this point in the history
  5. a few more cases

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

Commits on May 21, 2024

  1. remove asserts

    lukaszsamson committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b591ef5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. update to master changes

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    49586ef View commit details
    Browse the repository at this point in the history
  2. improve def expansion

    lukaszsamson committed May 23, 2024
    Configuration menu
    Copy the full SHA
    903a4c6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. infer types from guards

    lukaszsamson committed May 25, 2024
    Configuration menu
    Copy the full SHA
    e530e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b2ce7 View commit details
    Browse the repository at this point in the history
  3. apply master fixes

    lukaszsamson committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ff843ae View commit details
    Browse the repository at this point in the history
  4. apply master fixes

    lukaszsamson committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f477291 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e499d25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54b0daf View commit details
    Browse the repository at this point in the history
  7. fix invalid test

    lukaszsamson committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3507091 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

    lukaszsamson committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a9bbdd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4077cb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. nested match

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

Commits on May 30, 2024

  1. simplify type inference

    lukaszsamson committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3dcf8a2 View commit details
    Browse the repository at this point in the history
  2. provide env from cursor

    lukaszsamson committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b5f93b5 View commit details
    Browse the repository at this point in the history
  3. store variable version

    lukaszsamson committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ca7986a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e018b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 2, 2024

  1. current buffer import

    lukaszsamson committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    401588a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jul 17, 2024

  1. backport Macro.Env APIs

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

Commits on Jul 18, 2024

  1. removing dead code

    lukaszsamson committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f7e5305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1abdc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3470c6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b379cc0 View commit details
    Browse the repository at this point in the history
  5. fix test

    lukaszsamson committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    eb6ef4f View commit details
    Browse the repository at this point in the history
  6. remove dbg

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

Commits on Jul 19, 2024

  1. add missing delegates

    lukaszsamson committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1264e0f View commit details
    Browse the repository at this point in the history
  2. fix test

    lukaszsamson committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    24a0fad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cdbd94 View commit details
    Browse the repository at this point in the history
  4. resolve TODO

    lukaszsamson committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    21b3747 View commit details
    Browse the repository at this point in the history
  5. handle dynamic struct

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

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    bbe14de View commit details
    Browse the repository at this point in the history
  2. remove not needed code

    lukaszsamson committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    47a5908 View commit details
    Browse the repository at this point in the history
  3. remove TODO

    lukaszsamson committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e83d22b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13e2e02 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add test coverage to type inference

    fix type inference tests in metadata builder
    lukaszsamson committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    37c6c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58245f2 View commit details
    Browse the repository at this point in the history
  3. underscore unused

    lukaszsamson committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    210f46b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c58c3ca View commit details
    Browse the repository at this point in the history
  5. error tolerance

    lukaszsamson committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e3f96f9 View commit details
    Browse the repository at this point in the history
  6. fix tests

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

Commits on Jul 31, 2024

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

    lukaszsamson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8c8f891 View commit details
    Browse the repository at this point in the history
  3. rename

    lukaszsamson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    54fd777 View commit details
    Browse the repository at this point in the history
  4. rename

    lukaszsamson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2638bb0 View commit details
    Browse the repository at this point in the history
  5. address todo

    lukaszsamson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8aca570 View commit details
    Browse the repository at this point in the history
  6. rename

    lukaszsamson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    af06985 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9340ddd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    caab9dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    456fdb0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d587f7 View commit details
    Browse the repository at this point in the history
  11. add test

    lukaszsamson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9307a57 View commit details
    Browse the repository at this point in the history
  12. address todo

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

Commits on Aug 1, 2024

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

Commits on Aug 2, 2024

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

Commits on Aug 4, 2024

  1. address todo

    lukaszsamson committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2a48c26 View commit details
    Browse the repository at this point in the history
  2. handle rewritten versions in binding

    add implementation for more tuple functions
    lukaszsamson committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    17d419a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. intercept ex_unit DSL

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

Commits on Aug 6, 2024

  1. log failed expansions

    lukaszsamson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    99cd8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238c6ee View commit details
    Browse the repository at this point in the history
  3. unify code storing env

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

Commits on Aug 8, 2024

  1. track macro calls

    reliably pass meta on calls
    lukaszsamson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    04c890e View commit details
    Browse the repository at this point in the history
  2. address a few TODOs

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

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    617eb83 View commit details
    Browse the repository at this point in the history
  2. wip env

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

Commits on Aug 11, 2024

  1. addressed TODO

    lukaszsamson committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    258a9de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485c2b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fc422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd2bda View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    0b805ad View commit details
    Browse the repository at this point in the history
  2. expand before_compile

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

Commits on Aug 14, 2024

  1. address todos

    support pre 1.15 prematch
    lukaszsamson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1be7aee View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. test macro expansion

    lukaszsamson committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    abd85f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c74b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    c2c0457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd566b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd65b0c View commit details
    Browse the repository at this point in the history
  4. preserve cursor typespec

    preserve ast inside cursor
    lukaszsamson committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c48dd7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6c8c28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e2ad86 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix invalid match

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

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    5e6f2a5 View commit details
    Browse the repository at this point in the history
  2. fix snippet generation

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    054fa8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    050b0de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e2c65 View commit details
    Browse the repository at this point in the history
  5. metadata improvements

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a2933dc View commit details
    Browse the repository at this point in the history
  6. fix some parser test

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    88e3e43 View commit details
    Browse the repository at this point in the history
  7. fix crash on < 1.15

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aa2bea7 View commit details
    Browse the repository at this point in the history
  8. fix some tests on < 1.15

    lukaszsamson committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0477bf8 View commit details
    Browse the repository at this point in the history
  9. another attempt

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    b5d01ce View commit details
    Browse the repository at this point in the history
  2. fix tests on 1.16

    lukaszsamson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2ebafdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92914f5 View commit details
    Browse the repository at this point in the history
  4. 1.12 compatible call

    lukaszsamson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b2064c6 View commit details
    Browse the repository at this point in the history
  5. Revert "1.12 compatible call"

    This reverts commit b2064c6.
    lukaszsamson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4b45a76 View commit details
    Browse the repository at this point in the history
  6. drop support for 1.12

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f86d3ca View commit details
    Browse the repository at this point in the history
  2. remove 1.12 code

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

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    d334036 View commit details
    Browse the repository at this point in the history
  2. record closest env

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

Commits on Aug 26, 2024

  1. improvements to typespec expansion

    added tests and resilency
    lukaszsamson committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3477371 View commit details
    Browse the repository at this point in the history
  2. add tests

    lukaszsamson committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8283311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e5f29e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    675dfad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c1bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    f7cd3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c697155 View commit details
    Browse the repository at this point in the history
  3. simplify var scopes

    lukaszsamson committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fd08d46 View commit details
    Browse the repository at this point in the history
  4. refactor

    lukaszsamson committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    441de76 View commit details
    Browse the repository at this point in the history
  5. refactor

    lukaszsamson committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cc5e8a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3731b6a View commit details
    Browse the repository at this point in the history
  7. format

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b4e3f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c682ddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e98217 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    3fb8ba5 View commit details
    Browse the repository at this point in the history
  2. remove leftovers

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

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    29aa177 View commit details
    Browse the repository at this point in the history
  2. apply fix from elixir

    lukaszsamson committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    968f4d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e6356 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5028b6a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 18, 2024

  1. add find_var

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

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. a few tests fixed

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

Commits on Sep 21, 2024

  1. fix parser tests

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

Commits on Sep 23, 2024

  1. resolve todo

    lukaszsamson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    903f856 View commit details
    Browse the repository at this point in the history
  2. resolve todos

    lukaszsamson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6d8c528 View commit details
    Browse the repository at this point in the history
  3. resolve todos

    lukaszsamson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b4bab8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    521bd24 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. address todos

    lukaszsamson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    35b80ca View commit details
    Browse the repository at this point in the history
  2. address todos

    lukaszsamson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1bd3715 View commit details
    Browse the repository at this point in the history
  3. fix tests on < 1.16

    lukaszsamson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ae2654b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a235a24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3cd2dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65f1798 View commit details
    Browse the repository at this point in the history
  7. fix crash on < 1.14

    lukaszsamson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fa78f3a View commit details
    Browse the repository at this point in the history
  8. exclude more tests

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

Commits on Sep 28, 2024

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

    lukaszsamson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    534cb0f View commit details
    Browse the repository at this point in the history
  3. exclude tests on < 1.14

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

Commits on Sep 30, 2024

  1. simplify current_env

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

    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    986781b View commit details
    Browse the repository at this point in the history
  3. Revert "simplify current_env"

    This reverts commit 67b22e2.
    
    # Conflicts:
    #	lib/elixir_sense/core/metadata.ex
    lukaszsamson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d640145 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. optimize boolean

    lukaszsamson committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    46546b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f91f258 View commit details
    Browse the repository at this point in the history
  3. fix warnings

    lukaszsamson committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    057a578 View commit details
    Browse the repository at this point in the history
  4. disable test

    lukaszsamson committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    749adcd View commit details
    Browse the repository at this point in the history
  5. reverse conditions

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

Commits on Oct 2, 2024

  1. capture TODOs addressed

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

Commits on Oct 4, 2024

  1. work on TODOs

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

Commits on Oct 5, 2024

  1. fix tests

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a479232 View commit details
    Browse the repository at this point in the history
  2. split modules

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7322fb4 View commit details
    Browse the repository at this point in the history
  3. fix small issues

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d0d33d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c085d6e View commit details
    Browse the repository at this point in the history
  5. separate compiler state

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1a04eaa View commit details
    Browse the repository at this point in the history
  6. fix warnings

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4348d7f View commit details
    Browse the repository at this point in the history
  7. rename

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4626ff9 View commit details
    Browse the repository at this point in the history
  8. fix invalid API usage

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4ef2bc0 View commit details
    Browse the repository at this point in the history
  9. exclude test

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

    lukaszsamson committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ef46958 View commit details
    Browse the repository at this point in the history
  11. hack for < 1.15

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