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
@LisaAlmarode, I'm afraid that @ericwinger is mistaken in thinking that Rowan is making changes to methods. If you look at RowanClassService >> renameClass:to:, you'll see that it is the RowanClassService code that is doing a replaceSubString:in:with: and then recompiling the method ... so this is Jadeite code written by @ericwinger that is incorrectly renaming a selector instead of a class ... Rowan is certainly recompiling these methods but the (incorrect) new source is generated by the RowanClassService code
This issue reported on Jadeite, but due to underlying Rowan functionality; cf GemTalk/Jadeite#513
If you have a method send within a method that is the same as the class name, the method name gets updated.
The class is named
RenameTest
.instance methods:
When I renamed
RenameTest
toNewName
,the
RenameTest
method was unchanged.the test method was updated:
which will fail since there's no method
NewName
.The text was updated successfully, but these errors were encountered: