Skip to content

Disable missing-ref for types with getproperty #181

Description

@pfitzseb

I saw the same thing today with

function f(df)
    println(f.my_column[1])
end

Originally posted by @hhaensel in #4149


That deserves its own issue, because DataFrames have dynamically computed properties. The correct way to handle this is to never display missing-ref diagnostics for objects whose type we can determine and which have getproperty defined for them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions