-
Notifications
You must be signed in to change notification settings - Fork 985
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
Add errors on separate lines for coverage #4301
Closed
Closed
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1507209
add whitespace to remove spurious coverage of inlined src/ error bran…
602b194
include regex to CRAN_Release
b8db05d
do warnings as well
d1f9dc5
done STOP
806a580
nothing for DTWARN
77e8762
adding some coverage tests for newly uncovered lines
1d5c7ac
typo
876f693
small fixes
1b0122e
more tests
914b749
fix some tests, typos
b3502bc
more tests & nocov
c055e43
more tests
e1b1550
typos
e8c41ea
more tests, nocov
9183810
not really reproducing the CI errors locally. managed to get two on -…
c524c56
found the typo
75ba288
two more files
baeb768
+tests
a3c4fa6
test #s
5611fee
one more spate of tests for the night
3c87dd7
cover all but one line
95e88f8
missed nocov
4e69db6
one more nocov
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!dec %chin% c('.', ',')
is implied incorrect by L1179 offread.c
@ master:?fread
is not as strict:Took a conservative approach for now, and blocked
!dec %chin% c(',', '.')
. But that broke two tests (1440
and1444.2
here).dec='1'
anddec='*'
ran without errors... happy to restore this to work, and change the error/message found infread.c
.