Otherwise passing in an invalid line number on accident (e.g. -1)
would cause a hard-to-decipher assert later on. Better to catch this early.
Details
Details
- Reviewers
echristo
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I feel slightly silly for bumping this, since it's such a trivial change, but I was looking through my current patch set locally and realized this wasn't in yet.
Comment Actions
I like the idea of degrading since that it's limited to 24 bits is a limitation on our part... that patch is fine to just go in though.