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

Parser refactor #1036

Merged
merged 21 commits into from
Dec 7, 2023
Merged

Parser refactor #1036

merged 21 commits into from
Dec 7, 2023

Commits on Dec 2, 2023

  1. reaname debugger app to debug adapter

    make project organization more standard
    lukaszsamson committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1f6858e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

    lukaszsamson committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ffda91f View commit details
    Browse the repository at this point in the history
  3. fix tests

    lukaszsamson committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3c78923 View commit details
    Browse the repository at this point in the history
  4. fix tests

    lukaszsamson committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4f747f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf525c1 View commit details
    Browse the repository at this point in the history
  6. Fix LSP compatibility - textDocument/didChange version is the number …

    …after all changes applied
    
    This was broken since the original code drop (or may be an artefact of LSP 2.0)
    Fixes #1024
    lukaszsamson committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e5e5304 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    1a44883 View commit details
    Browse the repository at this point in the history
  2. use version info when publishing diagnostics

    store versions on build
    clear build diagnostics when build starts
    prefer parser diagnostics when file is updated
    lukaszsamson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f057589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d57fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b9ed03 View commit details
    Browse the repository at this point in the history
  5. fix test

    lukaszsamson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8ce4d3a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fault tolerant parsing

    lukaszsamson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8f575eb View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. make tests pass

    lukaszsamson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1b2dc60 View commit details
    Browse the repository at this point in the history
  2. format

    lukaszsamson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e75495e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    818f340 View commit details
    Browse the repository at this point in the history
  4. small simplifications

    lukaszsamson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    464b0a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71d853c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa07293 View commit details
    Browse the repository at this point in the history
  7. bump elixir_sense

    lukaszsamson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    363f959 View commit details
    Browse the repository at this point in the history
  8. fix tests

    lukaszsamson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    775380b View commit details
    Browse the repository at this point in the history