clojure-emacs / clojure-emacs/clj-refactor.el
Inline-symbol fails when core.async rewrites the code
Open
bug
- Dominant language
- Emacs Lisp
- Stars
- 785
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
I guess the major rewrites of code that core.async does is a major hurdle for clj-refactor, quite possibly insurmountable. Here is an issue either way. Reproduce like this:
``` clj
(ns example
(:require [clojure.core.async :refer [timeout go
Contributor guide
Assessment
This issue has not been assessed yet.