Results 18 issues of Iizuka Masashi

https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/

enhancement

Currently [evaluating outer list and outer top list](https://liquidz.github.io/vim-iced/#evaluation_ranges) does not treat metadata. `^:abcd [1|]` ( `|` is the cursor position) cf. https://github.com/BetterThanTomorrow/calva/issues/1551

https://github.com/vim/vim/commit/7f9969c559b51446632ac7e8f76cde07e7d0078d Currently vim-iced used popup as virtual text

enhancement
vim

It is enough to use [clojure-lsp](https://clojure-lsp.io). * [IcedThreadFirst](https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedThreadFirst) * [IcedThreadLast](https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedThreadLast) * [IcedExtractFunction](https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedExtractFunction) * [IcedMoveToLet](https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedMoveToLet)

breaking

- vim can open a channel on a Unix domain socket - https://github.com/vim/vim/commit/cc766a85f460ebb7f8c915508447548b5f5b99bc - nrepl already supports unix domain socket - https://github.com/nrepl/nrepl/pull/204

https://github.com/nrepl/nrepl/pull/185

enhancement

https://github.com/clojure-emacs/cider-nrepl/pull/698

Branched from clojure-emacs/cider#82 `track-state` middleware will send a huge data after requiring namespace, and it take times and lead vim-iced's hang-up. Currently `iced` command is excluding `track-state` middleware intentionally. https://github.com/liquidz/vim-iced/blob/0.9.2/clj/iced_repl.clj#L4-L18...

waiting

* https://docs.cider.mx/cider/0.23/debugging/misc.html#_inspecting_values * https://docs.cider.mx/cider-nrepl/nrepl-api/supplied_middleware.html

enhancement