You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying patches on ament vendor packages through patchAmentVendorGit seems to be problematic especially in cases where a minor patch required on one of the vendor packages requires a version bump.
Example
I'm using this package from the overlay that uses patchAmentVendorGit under the hood to fetch the source from here
Problem arises when we want to include a patch like this this have to be applied. Since patchAmentVendorGit doesn't support patches, the solution here would be to bump up the version from 8.2.0 -> 8.2.1 which isin't ideal
Proposed solution
Would be really cool if we can have a patches as an override attr which allows us to do something like this
Problem
Applying patches on ament vendor packages through
patchAmentVendorGit
seems to be problematic especially in cases where a minor patch required on one of the vendor packages requires a version bump.Example
I'm using this package from the overlay that uses
patchAmentVendorGit
under the hood to fetch the source from hereProblem arises when we want to include a patch like this this have to be applied. Since
patchAmentVendorGit
doesn't support patches, the solution here would be to bump up the version from8.2.0 -> 8.2.1
which isin't idealProposed solution
Would be really cool if we can have a patches as an override attr which allows us to do something like this
The text was updated successfully, but these errors were encountered: