Luthaf / Jumos.jl

Julia toolbox for molecular simulations
http://jumos.readthedocs.org/en/latest/
Other
23 stars 11 forks source link

On 0.4, countlines() now counts empty lines by default #22

Closed quinnj closed 9 years ago

quinnj commented 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).

Ref: https://github.com/JuliaLang/julia/pull/11947

Luthaf commented 9 years ago

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.