From https://github.com/JuliaLang/julia/issues/19598: - [x] change parsing of `~` in Base from macro to plain infix operator (https://github.com/JuliaLang/julia/pull/20420) - [x] change the one user of this as a macro – i.e. StatsModels (https://github.com/JuliaStats/StatsModels.jl/pull/9) - [ ] update DataFrames to depend on the new version of StatsModels (issue/PR link?)
From #19598:
change parsing of
~in Base from macro to plain infix operator (fix #20406, parse infix~as a normal operator #20420)change the one user of this as a macro – i.e. StatsModels (WIP: Replace infix ~ for formulas with a model macro JuliaStats/StatsModels.jl#9)
update DataFrames to depend on the new version of StatsModels (issue/PR link?)