Skip to content

ConstructionBaseFunctions.jl? #44

Closed
@rafaqz

Description

@rafaqz

I've been thinking we could just pull out the functions here so we have a 3 line package for other packages to add method definitions to for their own types, without generated functions etc complicating the issue of adding a dependency.

The whole thing would be just the functions to extend:

function constructorof end
function setproperties end
function getproperties end

Is there any problem with doing that? It would also free us up to put more object definitions in ConstructionBase.jl and worry a little less about how light-weight it is.

See JuliaArrays/StaticArrays.jl#901

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