Clojush icon indicating copy to clipboard operation
Clojush copied to clipboard

Instructions for tracing do not include instructions for setting eval-pushlimit

Open Vaguery opened this issue 6 years ago • 4 comments

https://github.com/lspector/Clojush/wiki/Tracing-a-Push-program-with-Clojush doesn't actually explain how to change the number of steps, it just sort of says "you're on your own" at the end.

Vaguery avatar Feb 14 '18 20:02 Vaguery

And, needless to say, I don't have any idea how.

Vaguery avatar Feb 14 '18 20:02 Vaguery

I've added an explanation. Haven't had time to test it, but I think it's right.

lspector avatar Feb 15 '18 18:02 lspector

I think maybe it should be

(reset-globals {:evalpush-limit 100000 :max-points 2000})

Vaguery avatar Feb 16 '18 16:02 Vaguery

Yes I think you're right. Fixed and sorry for posting without testing.

lspector avatar Feb 16 '18 17:02 lspector