Skip to content

Improve var instrumentation for ClojureScript #2

Description

@jpmonettas

Currently vars in ClojureScript can't be instrumented more than once, they can't even be uninstrumented.

This is because re-defining a defn on the repl mess up the vars meta, and after that we can't get the defn source anymore.

One idea here could be to memoize the var source, but then there is the problem of var source code modification.

So not sure how to solve this yet ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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