Skip to content

StackOverflowError when combining csv, hybridarrays and symbolics in 1.7  #946

@judober

Description

@judober

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions