-
Notifications
You must be signed in to change notification settings - Fork 32
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
addOneParam issue #24
Comments
Input in
Command line: Output in
I expected that renaming a function will rewrite the export list and remove the old definition. Instead it duplicated the definition of |
Actually I tested on the master branch of my fork that contains no modifications yet. |
Also when I want to rename |
Maybe I am misusing something because executing |
Thanks, I will set up a test case. On Fri, Feb 19, 2016 at 5:56 PM, Karácsony Máté notifications@github.com
|
The CLI driver was recently changed in master, it sounds like it is doing a There is not currently a set of tests calling the exe to check the CLI On Fri, Feb 19, 2016 at 5:58 PM, Karácsony Máté notifications@github.com
|
Yes, see https://github.com/alanz/HaRe/blob/master/src/MainHaRe.hs#L168 On Fri, Feb 19, 2016 at 6:07 PM, Alan & Kim Zimmerman alan.zimm@gmail.com
|
Yes, and also here: https://github.com/alanz/HaRe/blob/master/src/MainHaRe.hs#L148 |
PR's cheerfully accepted here :) |
Done, see #25. Now it works as expected :) |
I wanted to try out hare from the command line and I have some "strange" results [22:46:53]
actually I tried "rename" and "addOneParam" on a very simple function, but all that happened is the function definition get duplicated [22:47:42]
@kmate, please provide details
The text was updated successfully, but these errors were encountered: