Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:a in arcadia.debug's break results in clojure.lang.ArityException #339

Open
sogaiu opened this issue Jan 12, 2019 · 0 comments
Open

:a in arcadia.debug's break results in clojure.lang.ArityException #339

sogaiu opened this issue Jan 12, 2019 · 0 comments
Assignees

Comments

@sogaiu
Copy link

sogaiu commented Jan 12, 2019

Attempting to follow the example in the wiki docs:

user=> (use 'arcadia.debug)
nil
user=> user=> nil
user=> (future (let [x (+ 1 2)] (break)))
#object[Future 0x22022400 {:status :pending, :val nil}]
user=> (break)

Entering ':a' leads to an exception at the debug prompt:

debug:2:=> :a
clojure.lang.ArityException: Wrong number of args (1) passed to: arcadia/debug/breakpoint-summary-vec--628
* clojure.lang.AFn
* arcadia/debug/print-available-breakpointsfn
* clojure/core/map-indexedmapifn
  clojure.lang.LazySeq.sval ()
  NO_CLASS.NO_METHOD
  clojure.lang.LazySeq.seq ()
  NO_CLASS.NO_METHOD
  clojure.lang.RT.seq (object)
* clojure/core/seq
* clojure/core/mapfn
  clojure.lang.LazySeq.sval ()
  NO_CLASS.NO_METHOD
  clojure.lang.LazySeq.seq ()
  NO_CLASS.NO_METHOD
  clojure.lang.Cons.next ()
  clojure.lang.RT.BoundedLength (clojure.lang.ISeq, System.Int32)
* clojure.lang.RestFn
* clojure/core/apply
* arcadia/debug/table
* arcadia/debug/print-available-breakpoints
* arcadia/debug/repl-read-fnrepl-read
* clojure/main/replread-eval-printfn
* clojure/main/replread-eval-print

This was with Unity 2018.3.0f2, Manjaro Linux, on the master branch (33beafb).

timsgardner added a commit to arcadia-technologies/Arcadia that referenced this issue Sep 16, 2019
timsgardner added a commit to arcadia-technologies/Arcadia that referenced this issue Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants