JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

remove `write_sub` #253

Closed aviks closed 3 years ago

aviks commented 3 years ago

This function is no longer present in Julia 1.6

Fix #252

DilumAluthge commented 3 years ago

Do you want to do a @static if Base.VERSION ≥ v"1.7.0-"? Then you can still use Base.write_sub on older versions of Julia.