Unrepl / unravel

Unravel your REPL
171 stars 6 forks source link

Bare function doesn't eval #57

Closed pesterhazy closed 6 years ago

pesterhazy commented 6 years ago

Steps

Expected: #object[clojure.core$identity 0x2f01783a "clojure.core$identity@2f01783a"]

Actual:

user=> identity
cgrand commented 6 years ago

I fixed something similar on packed branch

Le jeu. 7 déc. 2017 à 12:09, Paulus Esterhazy notifications@github.com a écrit :

Steps

  • scripts/demo
  • type identity and enter

Expected: #object[clojure.core$identity 0x2f01783a "clojure.core$identity@2f01783a"]

Actual:

user=> identity

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Unrepl/unravel/issues/57, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC3saA85UXZk_SrrvLeSqrvDtAuG0t8ks5s98dbgaJpZM4Q5X4b .

-- On Clojure http://clj-me.cgrand.net/ Clojure Programming http://clojurebook.com Training, Consulting & Contracting http://lambdanext.eu/

cgrand commented 6 years ago

And I think it was mostly fixed in unrepl