When using CSV, HybridArrays and Symbolics in combination with 1.7.0, I get an StackOverflowError().
MWE (thanks @lawless-m):
using CSV, Symbolics, HybridArrays
function test1()
CSV.File(""; delim = "; ", types = Float64)
end
test1()
The code works in 1.6.4.
See also Discourse
Edit: Sorry for the bad title