Skip to content

Commit d1ebaad

Browse files
authored
Merge pull request #293 from elixir-lsp/expand
[WIP] Expand AST using Macro.Env API
2 parents 0c98e65 + f2b6172 commit d1ebaad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+19943
-7819
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- elixir: 1.12.x
18-
otp: 22.x
19-
tests_may_fail: false
20-
- elixir: 1.12.x
21-
otp: 23.x
22-
tests_may_fail: false
23-
- elixir: 1.12.x
24-
otp: 24.x
25-
tests_may_fail: false
2617
- elixir: 1.13.x
2718
otp: 22.x
2819
tests_may_fail: false
@@ -96,15 +87,6 @@ jobs:
9687
fail-fast: false
9788
matrix:
9889
include:
99-
- elixir: 1.12.x
100-
otp: 22.x
101-
tests_may_fail: false
102-
- elixir: 1.12.x
103-
otp: 23.x
104-
tests_may_fail: false
105-
- elixir: 1.12.x
106-
otp: 24.x
107-
tests_may_fail: false
10890
- elixir: 1.13.x
10991
otp: 22.x
11092
tests_may_fail: false
@@ -183,8 +165,8 @@ jobs:
183165
strategy:
184166
matrix:
185167
include:
186-
- elixir: 1.16.x
187-
otp: 26.x
168+
- elixir: 1.17.x
169+
otp: 27.x
188170
steps:
189171
- uses: actions/checkout@v4
190172
- uses: erlef/setup-beam@v1

lib/elixir_sense/core/ast.ex

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)