Skip to content

Warn on for i in size(x, 3) #86

Description

@ericphanson

It would be nice to warn if "obvious" numbers-are-iterable mistakes are happening. E.g. this one should be for i in 1:size(x,3) or for i in axes(x, 3).

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for Enhancement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions