Skip to content

remove convert method for Any? #51

Open
@JeffBezanson

Description

@JeffBezanson

As in JuliaData/CategoricalArrays.jl#177, the method

Base.convert(::Type{Any}, ::DataValue{Union{}}) = NA

causes a lot of recompilation. IIUC, NA is a singleton and so this method is not different from the default conversion to Any in Base?

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