File tree 5 files changed +8
-7
lines changed
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 25
25
fi
26
26
27
27
# Fallback
28
- [ -z " $VERSION " ] && VERSION=" 2.3 "
28
+ [ -z " $VERSION " ] && VERSION=" 2.4 "
29
29
[ -z " $RELEASE " ] && RELEASE=" beta"
30
30
[ -z " $FULL " ] && FULL=" $VERSION -$RELEASE "
31
31
Original file line number Diff line number Diff line change @@ -4676,9 +4676,10 @@ sub define_function
4676
4676
$location = ' "' . $self -> filename() . ' ":' . $start_line
4677
4677
unless defined ($location );
4678
4678
lcovutil::ignorable_error($lcovutil::ERROR_INCONSISTENT_DATA ,
4679
- " $location : duplicate function '$fnName ' starts on line $start_line but previous definition started on "
4680
- . $data -> line()
4681
- . MessageContext::context() . ' .' )
4679
+ " $location : duplicate function '$fnName ' starts on line \" " .
4680
+ $data -> filename() .
4681
+ " \" :$start_line but previous definition started on " .
4682
+ $data -> line() . MessageContext::context() . ' .' )
4682
4683
unless
4683
4684
grep ({ $fnName =~ $_ } @lcovutil::suppress_function_patterns );
4684
4685
# if ignored, just return the function we already have -
Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ table entry to the first line in the corresponding file in the particular
1022
1022
category - e.g., to the first 'MIS' line (vanilla coverage report - see the
1023
1023
.i \-\- show\- navigation
1024
1024
option, below), to
1025
- the first 'UNC' branch (differential coverage repot ), etc.
1025
+ the first 'UNC' branch (differential coverage report ), etc.
1026
1026
Hyperlinks from the summary table at the top of the 'source detail' page are not affected.
1027
1027
1028
1028
.RE
Original file line number Diff line number Diff line change 1
1
Summary: A graphical code coverage front-end
2
2
Name: lcov
3
- Version: 2.3
3
+ Version: 2.4
4
4
Release: 1
5
5
License: GPLv2+
6
6
Group: Development/Tools
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ if [ 0 != $? ] ; then
429
429
fi
430
430
431
431
432
- # workaround: depending on compiler verision , we see a coverpoint on the
432
+ # workaround: depending on compiler version , we see a coverpoint on the
433
433
# close brace line (gcc/6 for example) or we don't (gcc/10 for example)
434
434
BRACE_LINE=' ^DA:34'
435
435
MARKER_LINES=` grep -v $BRACE_LINE internal.info | grep -c " ^DA:" `
You can’t perform that action at this time.
0 commit comments