We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given
(ns bintools.elf (:require [bintools.elf.constants :as const] [bintools.io :as io :refer [*bread* bread-big bread-little byte-channel read-bin-format ]]) (:import java.nio.ByteBuffer java.nio.channels.SeekableByteChannel))
With the point on bintools.io,
bintools.io
When I invoke C-c C-a sr,
I expect the resulting definition to be
(ns bintools.elf (:require [bintools.elf.constants :as const] [bintools.io :as io]) (:import java.nio.ByteBuffer java.nio.channels.SeekableByteChannel))
Instead, on invoking the refactoring, I get the error message "No :refer clause found."
As described in "expected behavior."
clj-refactor 2.2.0, refactor-nrepl 2.2.0
CIDER 0.12.0 (Seattle)
#http://boot-clj.com #Sun Jul 31 13:26:32 CDT 2016 BOOT_CLOJURE_NAME=org.clojure/clojure BOOT_CLOJURE_VERSION=1.9.0-alpha8 BOOT_VERSION=2.6.0
GNU Emacs 24.5.1 (x86_64-apple-darwin14.3.0, NS apple-appkit-1347.57) of 2015-05-28 on coil.local
OS X 10.11 "El Capitan"
The text was updated successfully, but these errors were encountered:
[Fix #339] Stop refer understands multiline refer
a354182
da3e698
Merge pull request #345 from clojure-emacs/fix-339
85feb15
No branches or pull requests
Expected behavior
Given
With the point on
bintools.io
,When I invoke C-c C-a sr,
I expect the resulting definition to be
Actual behavior
Instead, on invoking the refactoring, I get the error message "No :refer clause found."
Steps to reproduce the problem
As described in "expected behavior."
Environment & Version information
clj-refactor.el version information
clj-refactor 2.2.0, refactor-nrepl 2.2.0
CIDER version information
CIDER 0.12.0 (Seattle)
Leiningen or Boot version
Emacs version
Operating system
OS X 10.11 "El Capitan"
The text was updated successfully, but these errors were encountered: