Skip to content

Execution order between package extensions and @require #116

@mateuszbaran

Description

@mateuszbaran

Right now when I have two packages, A and B, the order of loading package extension BAExt and execution of a @require A block in package B depends on which package is loaded first:

using A
using B

first executes @require A and then loads the extension, while

using B
using A

first loads the extension and then executes @require A block. Is there a way to ensure that the @require block is executed after the package extension is loaded regardless of the loading order?

Ref. JuliaManifolds/ManifoldDiff.jl#26

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions