Guessing from the documentation the recommended wa...
# arrow-contributors
j
Guessing from the documentation the recommended way to check compatibility with other arrow-repos and operate over local changes in those is to use
installAllWithLocalDeps
. This is pretty nice, but for me it fails on the
arrow-android
module because of a missing sdk. Can we change this method to skip failure rather than full on crash? Building anything with
arrow-android
as a dep should still fail, but at least one can build anything else without problems. This will mean
buildAllWithLocalDeps
will still fail, but
buidWithLocalDeps
shouldn't, which I think is preferable.
Another option would be to only install actual deps of a module, but I am not sure how much work that would be per module...
r
that sounds very reasonable, @Rachel is currently on vacation for a couple of weeks, since she know the ins and out of that I think we can just create an issue and assign to her unless someone wants to prototype the changes in a PR
j
I'll create an issue then 👍
👍 1
r
Hi! I'm going to remove
installAllWithLocalDeps
because I think it's confusing. Just
buildAllWithLocalDeps
and
buidWithLocalDeps
are needed. Thanks for the feedback @Jannis!!!
👍 1