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] Fix issue 166 #191

Draft
wants to merge 7 commits into
base: mesonbuild
Choose a base branch
from

Commits on Jul 6, 2024

  1. trial replace python setup.py bdist_wheel -j 4

    by
    pip install .
    Thomasb81 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a2c943d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Jul 14, 2024

  1. - Create hdlConvertorToken which inherit from antlr4::CommonToken to

    enrich with file origine of the token.
    - Create the associated factory to instruct lexer to create token with our custom token
    The factory is responsible to use the file_line_map data.
    - Enrich CodePosition with fileName field.
    Thomasb81 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d7230e5 View commit details
    Browse the repository at this point in the history
  2. Revert "trial replace python setup.py bdist_wheel -j 4"

    This reverts commit a2c943d.
    Thomasb81 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4dc900c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Thomasb81 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    6d6fad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff286fb View commit details
    Browse the repository at this point in the history
  5. Add missing testcase files

    Thomasb81 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7c00e7b View commit details
    Browse the repository at this point in the history