You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I go into the example.pitch namespace (aliased in the test file above as pitch), move my cursor over the pitch/hz->midi function name in the defn form, and use crrs to rename it to foop, it renames the function in the example.pitch namespace, but only replaces the first instance of pitch/hz->midi in the test file with foop:
On July 10, 2018 8:53:13 AM GMT+01:00, Tomi Hukkalainen ***@***.***> wrote:
Not sure if it's related, but seems like renaming a function does not
change spec/fdef calls for that function.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#25 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
I have a test file with a bunch of test cases like:
If I go into the
example.pitch
namespace (aliased in the test file above aspitch
), move my cursor over thepitch/hz->midi
function name in thedefn
form, and usecrrs
to rename it tofoop
, it renames the function in theexample.pitch
namespace, but only replaces the first instance ofpitch/hz->midi
in the test file withfoop
:Also note that it should have replaced it with
pitch/foop
.The text was updated successfully, but these errors were encountered: