JuliaString / StringLiterals.jl

Implement improved string literals with Swift-style syntax for interpolation, hex, & unicode characters, plus C & Python style formatting and Unicode, HTML, LaTeX, and Emoji entities
Other
16 stars 5 forks source link

Julia 1.0+ compatibility; add Project Toml; adapt travis for codecoverage #13

Closed hhaensel closed 4 years ago

hhaensel commented 4 years ago

Some people, including myself, are missing the functionality of StringLiterals in the latest Julia version. So I thought, why not making this nice package 1.0 compatible.

The changes are

This version runs on all OSes with Julia versions from 0.6 to nightly. I hope, this could be a version to be again registered with the Julia repositories.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.04%) to 99.453% when pulling 71f7d11eeba7795707f00748bad5e631f9344613 on hhaensel:hh/noinline into b96e0b013bd82aeeb8ad902aa40502ba8d4dd596 on JuliaString:master.

ScottPJones commented 4 years ago

OK, I'd been keeping StringLiterals around just for 0.x, because it has been superseded by using Strs, which uses StrLiterals and StrFormat. I'd prefer it if people move to that for any released Julia version, I don't intend to be doing further work (except possibly merging PRs) on StringLiterals.