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

Parallel parsing, fix logging and deprecation warnings #1620

Merged
merged 5 commits into from
Nov 16, 2024

Commits on Nov 15, 2024

  1. Fix backwards-compatibility warning for --parse-paralel

    So far, for a single input stream, the warnings also shows when `--parse-parallel`
    or `-p` are explicity specified when calling `IndexBuilderMain`, which
    is the recommended behavior. This is now fixed and the warnin is only
    shown when it should be.
    Hannah Bast committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e3516b1 View commit details
    Browse the repository at this point in the history
  2. Fix compile error for some of the platforms

    Hannah Bast committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cf4b529 View commit details
    Browse the repository at this point in the history
  3. Try to make Clang and CodeCov happy

    Hannah Bast committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4b4a3d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Refactor and improve the whole code, let's see

    Hannah Bast committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    359aba7 View commit details
    Browse the repository at this point in the history
  2. Try to bring patch coverage to 100%

    Hannah Bast committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b81d670 View commit details
    Browse the repository at this point in the history