Closed natebosch closed 6 years ago
cc @nshahan - this should resolve your issue. For now you can add the dep to both deps
and forced_deps
as a workaround.
Thanks for the quick fix. I'll keep working with the workaround for now.
Thank you @nshahan for narrowing down the issue to the .packages
file!
When a target is included in
forced_deps
but notdeps
it won't show up in the.packages
file sopackage:
URIs can't resolve it.forced_deps
to_package_map_tmp_file
and append it's location. If the same target shows up in bothdeps
andforced_deps
it will show up twice in the file, but this should be safe since they'll have the same location.