Skip to content

components not exported #333

@langestefan

Description

@langestefan

The components function is not exported. So ExplicitImports.jl will complain if you use it:

  However, module SolarPosition.Positioning explicitly imports 1 non-public
  name:

    •  components is not public in StructArrays but it was imported from
       StructArrays at
       /home/langestefan/dev/solar/SolarPosition.jl/src/Positioning/Positioning.jl:8:35
[ Info: Checking all_explicit_imports_are_public
ERROR: NonPublicExplicitImportsException
Module `SolarPosition.Positioning` has explicit imports of names from modules in which they are not public (i.e. exported or declared public in Julia 1.11+):
- `components` is not public in `StructArrays` but it was imported from `StructArrays` at `/home/langestefan/dev/solar/SolarPosition.jl/src/Positioning/Positioning.jl:8:35`

version info:

(SolarPosition) pkg> st
Project SolarPosition v0.1.0
Status `~/dev/solar/SolarPosition.jl/Project.toml`
  [ffbed154] DocStringExtensions v0.9.5
  [09ab397b] StructArrays v0.7.1
  [bd369af6] Tables v1.12.1
  [f269a46b] TimeZones v1.22.0
  [ade2ca70] Dates v1.11.0

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