Closed
Description
Since this is the second bug relating to NA lines, can we add a check to Lint()
to assert that line
is not NA
?
This should expedite bug hunts in these cases. WDYT?
Originally posted by @AshesITR in #1446 (comment)
Unfortunately a simple stopifnot(!is.na(line))
in Lint()
caused test failures, so this may require a bit more care.
Metadata
Metadata
Assignees
Labels
No labels