Skip to content

@eval interpolation broken inside @require block #86

@marius311

Description

@marius311

A MWE with Julia 1.4.2 and Requires v1.0.1:

julia> using Requires

julia> @require Requires="ae029012-a4dd-5104-9daa-d747884805df" begin
           x = 2
           @eval $x
       end
ERROR: UndefVarError: x not defined

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