Skip to content

smart_reload doesn't seem to be working #14

@quinnj

Description

@quinnj
In  [2]: using Autoreload

In  [3]: arequire("Dates")

In  [4]: Dates.tester(1)

Out [4]: 0

In  [5]: areload()

Out [5]: ERROR: invalid redefinition of constant UTInstant
while loading C:\Users\karbarcca\.julia\v0.3\Dates\src\types.jl, in expression starting on line 37


In  [6]: smart_reload("Dates")

Out [6]: ERROR: invalid redefinition of constant UTInstant
while loading C:\Users\karbarcca\.julia\v0.3\Dates\src\types.jl, in expression starting on line 37

Doesn't areload() supposed to use smart_reload by default? Am I doing this right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions