Rahul Muttineni
Rahul Muttineni
I have just released 0.3.0 that supports recent versions of Etlas. I'll close this issue once the docs have been updated as well.
@harveywi Apologise for the late response. Can you go to `src/main/eta` and try `etlas deps --classpath --builddir=[path-to-your-sbt-project]\target\eta\dist -v3` and see what happens when you run it multiple times? Please share...
Whoops - see my updated comment. Accidentally, added an extra `install` in the arguments list.
@jneira, do you have any thoughts on what may be causing this? Can an open file handle prevent `copyFile` from working on Windows?
Cool, thanks for looking into it. Do you have an idea of how to go about a fix? This was my first SBT plugin so I may have done something...
Good luck! :) The `example` project in this repo is setup to automatically recompile the plugin changes as well since it includes the plugin with a local path so it...
@harveywi Were you able to get a fix?
Ok great. If you can share the details of the assessment (beyond what you provided earlier) I can try to implement a fix and you can test it out.
@Romastyi Do you think your changes may have fixed this?
I would go as far as to keep a separate package. I'm thinking along the lines of having `transient-base` be the core `TransientIO` monad definition and implementation with all the...