In Envoy we depend on googletest, which used re2's abseil branch, and other projects which depend on re2's main branch. There doesn't currently seem to be any way for us to resolve these conflicts, without potentially trying to figure out how to link multiple versions of re2. Is there any plan to resolve this divergence to satisfy this use case?
For now we are blocked on updating googletest past the point at which it integrated re2 in the first place to avoid this.
In Envoy we depend on googletest, which used re2's abseil branch, and other projects which depend on re2's main branch. There doesn't currently seem to be any way for us to resolve these conflicts, without potentially trying to figure out how to link multiple versions of re2. Is there any plan to resolve this divergence to satisfy this use case?
For now we are blocked on updating googletest past the point at which it integrated re2 in the first place to avoid this.