branch: elpa/cider commit 72c47048b7c0c2f5f2ae5e13b376669e06dbc5b3 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Remove mentions of Lumo The project has been dead for a while now. --- doc/modules/ROOT/pages/cljs/overview.adoc | 2 +- doc/modules/ROOT/pages/index.adoc | 2 +- doc/modules/ROOT/pages/platforms/overview.adoc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/modules/ROOT/pages/cljs/overview.adoc b/doc/modules/ROOT/pages/cljs/overview.adoc index ead09a1dd4..1ca5004a46 100644 --- a/doc/modules/ROOT/pages/cljs/overview.adoc +++ b/doc/modules/ROOT/pages/cljs/overview.adoc @@ -107,7 +107,7 @@ We'll discuss those checks further in the upcoming sections. == Limitations -CIDER currently doesn't support self-hosted ClojureScript implementations (e.g. Lumo). +CIDER currently doesn't support self-hosted ClojureScript implementations. The reason for this is that there's no self-hosted version of nREPL (implemented in ClojureScript) available today. diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index 6661d1e0c1..f6a9b9e983 100644 --- a/doc/modules/ROOT/pages/index.adoc +++ b/doc/modules/ROOT/pages/index.adoc @@ -77,7 +77,7 @@ CIDER packs plenty of features. Here are some of them (in no particular order): * Integration with Java logging frameworks * Profiling & tracing * ClojureScript support -* Support for xref:platforms/overview.adoc[alternative Clojure platforms] (e.g. ClojureCLR, babashka, nbb & lumo) +* Support for xref:platforms/overview.adoc[alternative Clojure platforms] (e.g. ClojureCLR, babashka and nbb) And many many more... The rest of this manual will be exploring CIDER's features in great detail. diff --git a/doc/modules/ROOT/pages/platforms/overview.adoc b/doc/modules/ROOT/pages/platforms/overview.adoc index f1a7c14dba..31cf88d9ae 100644 --- a/doc/modules/ROOT/pages/platforms/overview.adoc +++ b/doc/modules/ROOT/pages/platforms/overview.adoc @@ -28,7 +28,6 @@ Right now CIDER the supports to some extent the following: * xref:platforms/babashka.adoc[Babashka] * xref:platforms/nbb.adoc[nbb] * xref:platforms/clojureclr.adoc[ClojureCLR] -* Lumo (via https://github.com/djblue/nrepl-cljs) * xref:platforms/other_platforms.adoc[scittle, joyride & friends] * xref:platforms/basilisp.adoc[Basilisp]