Closed quinnj closed 9 years ago
Just FYI, your package was identified as a user of the countlines function in Base. A breaking change was merged today where the behavior going forward will count empty lines (as opposed to the old behavior of skipping them).
countlines
Ref: https://github.com/JuliaLang/julia/pull/11947
Thank you for this information. I am moving forward to remove my use of countlines anyway, with #20, and this change should not break existing code.
Just FYI, your package was identified as a user of the
countlines
function in Base. A breaking change was merged today where the behavior going forward will count empty lines (as opposed to the old behavior of skipping them).Ref: https://github.com/JuliaLang/julia/pull/11947