Does anyone have experience with `ReplaceWith`? <h...
# arrow
s
Does anyone have experience with
ReplaceWith
? https://kotlinlang.slack.com/archives/C0B8H786P/p1646749747028839
@carbaj0 testing
ReplaceWith
before releasing
Effect
soon 🥳 Would love to see this work, but just find&replace should also work fine since you only need to change
arrow.core.computations.*
to
arrow.core.continuations.*
c
👏
I’ve been trying ReplaceWith and when I try to replace a function with another with the same name (as in your case) it doesn’t work... I hope they can clarify the ReplaceWith issue soon hehe
s
Have you given the link
ReplaceWith
from Arrow a shot? In the past, it has worked well for us, but this time it seems to not work for me. The name of the functions and the APIs are compatible though. So
find and replace
should work just as well to refactor from the old DSL to the Effect DSL so not don't think we'll block the release for this. I might just write a refactor script or something instead, and share it on the release post. You can try the
ReplaceWith
by trying version 1.0.3-alpha.21