-
Notifications
You must be signed in to change notification settings - Fork 44
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
Can not rename atom #81
Comments
Hi,
Rename_var is for renaming variable names, a variable name is not an atom. There are refactorings for renaming function/module names. There is no refactoring support for renaming atoms other than function/module names.
Regards,
Huiqing
From: John Zeng [mailto:[email protected]]
Sent: 22 February 2017 10:18
To: RefactoringTools/wrangler
Cc: Subscribed
Subject: [RefactoringTools/wrangler] Can not rename atom (#81)
I wanna rename an atom , but the it returns invalid variable. I checked the codes, rename_var doesn't allow atom as input. Do you have another function to do that? Or it's a bug?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#81>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAk6X9FecPM8ydGwsVlVlfynMCri7rHdks5rfAtFgaJpZM4MIczO>.
NOTICE AND DISCLAIMER
This email contains BT information, which may be privileged or confidential. It's meant only for the individual(s) or entity named above.
If you're not the intended recipient, note that disclosing, copying, distributing or using this information is prohibited.
If you've received this email in error, please let me know immediately on the email address above. Thank you.
We monitor our email system, and may record your emails.
EE Limited
Registered office:Trident Place, Mosquito Way, Hatfield, Hertfordshire, AL10 9BW
Registered in England no: 02382161
EE Limited is a wholly owned subsidiary of:
British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no: 1800000
|
I just found out another interesting issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanna rename an atom , but the it returns invalid variable. I checked the codes,
rename_var
doesn't allow atom as input. Do you have another function to do that? Or is it a bug?The text was updated successfully, but these errors were encountered: