Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Completions are a bit off #83

Closed
Closed
@arichiardi

Description

Hey Antonio, I am playing with an emacs mode for lumo and trying a couple of completions:

Lumo 1.2.0
ClojureScript 1.9.482
 Docs: (doc function-name-here)
 Exit: Control+D or :cljs/quit or exit

cljs.user=> (lumo.repl/get-completions "lumo.repl/")
#js []
cljs.user=> (lumo.repl/get-completions "lumo.repl")
#js []
cljs.user=> (lumo.repl/get-completions "(clojure.core/")
#js []
cljs.user=> (lumo.repl/get-completions "(clojure.core/)")
#js []
cljs.user=> (lumo.repl/get-completions "(clojure.core")
#js ["(clojure.core.reducers"]
cljs.user=> (lumo.repl/get-completions "clojure.core")
#js ["clojure.core.reducers"]
cljs.user=> (lumo.repl/get-completions "cljs.core")
#js ["cljs.core"]
cljs.user=> (lumo.repl/get-completions "cljs.core/")
#js []
cljs.user=> (lumo.repl/get-completions "cljs.core/def")
#js ["cljs.core/default-dispatch-val" "cljs.core/defmacro" "cljs.core/defmethod" "cljs.core/defmulti" "cljs.core/defn" "cljs.core/defn-" "cljs.core/defonce" "cljs.core/defprotocol" "cljs.core/defrecord" "cljs.core/deftype"]
cljs.user=> (lumo.repl/get-completions "cljs.core/")
#js []

Especially regarding clojure.core. I know these things have low priority, I just wanted to open an issue as a reminder.

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