Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

deftest serializable-roundtrip-with-lexical-context #2

@abartravail

Description

@abartravail

deftest serializable-roundtrip-with-lexical-context fail with message
Caused by: java.lang.Exception: Unable to resolve symbol: dinc in this context

as a workaround i just full qualify dinc:

(deftest serializable-roundtrip-with-lexical-context
  (let [x 0]
    (is (= 2 ((eval (read-string (pr-str (fn [] (serializable.fn-test/dinc x))))))))))

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