-
Notifications
You must be signed in to change notification settings - Fork 112
clj-refactor customize support is missing a defgroup form #482
New issue
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
Comments
I would solve this with the following change: pierre-rouleau@f735d09 |
Looks good. Guess we overlooked this. |
I'll submit later today after I have time to setup an environment with Emacs 27 and cask to be able to run your tests |
For such a simple change that's not really needed. I'm sure it won't break anything. |
I thought so too, but since I never submitted anything here, I was going to play nice. So OK, I'll go ahead and submit. There's so little time and soooo many things to do... |
I know what you mean. 😄
You're welcome! Btw, you finally pushed me to update the CI build of the project, so at least people can get some feedback on their PRs without having to setup the test developments locally. |
Expected behavior
When using M-x customize-group cljr, you should be able to see the group's parent.
Actual behavior
The cljr customize buffer shows: "Group definition missing." instead.
Steps to reproduce the problem
M-x customize-group cljr
Environment & Version information
Not relevant here, but tested on Emacs 26.3 on macOS Mojave.
clj-refactor.el version information
clj-refactor 2.5.1 (package: 20210216.928)
CIDER version information
N/A.
Leiningen or Boot version
N/A.
Emacs version
Emacs 26.3
Operating system
macOS Mojave
Extra Notes
I can submit a pull-request with the fix.
The text was updated successfully, but these errors were encountered: