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
carbaj0
03/08/2022, 4:42 PM
👏
carbaj0
03/08/2022, 4:42 PM
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
simon.vergauwen
03/08/2022, 6:40 PM
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