thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
404 stars 39 forks source link

String literal patterns got broken in many distribution versions #68

Closed thautwarm closed 5 years ago

thautwarm commented 5 years ago

See https://github.com/JuliaLang/julia/issues/32842 .

I think we cannot wait for the resolution from Julia developers, and now I'm planning to compile string literal patterns to comparisons by == instead of ===.

And we should release v0.3.1 AS SOON AS POSSIBLE!!!!