Skip to content

feat: Prevent raising error for gcov format v2#1513

Open
fangsong-cellink wants to merge 2 commits into
mozilla:masterfrom
fangsong-cellink:gcov-format-v2
Open

feat: Prevent raising error for gcov format v2#1513
fangsong-cellink wants to merge 2 commits into
mozilla:masterfrom
fangsong-cellink:gcov-format-v2

Conversation

@fangsong-cellink

@fangsong-cellink fangsong-cellink commented Jul 3, 2026

Copy link
Copy Markdown

Closes #1512

According to gcov document:

format_version: semantic version of the format
Changes in version 2:
calls: information about function calls is added

the change is purely additive.

So it is safe to just relax the version check a bit.

This PR also fixes linting errors, even if they are not caused by my change

@fangsong-cellink fangsong-cellink changed the title fix: Prevent raising error for gcov format v2 feat: Prevent raising error for gcov format v2 Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature request] gcov format version 2 support

1 participant