Unrepl / unravel

Unravel your REPL
171 stars 6 forks source link

Completion in a namespace does not show up #7

Open arichiardi opened 6 years ago

arichiardi commented 6 years ago

Hello again! Reporting duty.

I hope you don't mind me trying actual use of the tool, hopefully you won't hate the messenger :smile:

So I bootstrapped the project and entered a namespace and tried completing the symbol cqrs-cd.core/start-pipeline.

unrepl.replG__382=> (in-ns 'cqrs-cd.core)
#unrepl/ns cqrs-cd.core
cqrs-cd.core=> (start
start  

cqrs-cd.core=> (start
-------------------------
unrepl.replG__750/start
([])
  nil...

Thanks @pesterhazy :smile:

pesterhazy commented 6 years ago

Thanks, will look into this soon. Keep 'em coming please!