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

Fix parsing of gcov metadata #601

Merged
merged 4 commits into from Apr 3, 2022

Commits on Apr 3, 2022

  1. Accept metadata line without a value.

    gcc-11 has metadata line "-: 0:Source is newer than graph" which throws an error.
    Add the directory of the gcov file to the heuristic to fix test shared_lib for gcc-11.
    Spacetown committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    e50d695 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Spacetown committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    f1d1b15 View commit details
    Browse the repository at this point in the history
  3. Fix type checking as suggested.

    Always strip metadata value.
    Spacetown committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    ad0a8fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    543c495 View commit details
    Browse the repository at this point in the history