zopencommunity / wharf

Apache License 2.0
6 stars 4 forks source link

Add Support for Modules That Use Patches #29

Open hydernaqvi opened 10 months ago

hydernaqvi commented 10 months ago

In this commit https://github.com/ZOSOpenTools/wharf/commit/df88347413a666efa5668d0fd7110a5e263cdbfa patches were added that cater to specific modules. For best practise, we should add the cases that these modules fit to the automatic porting process.

Corresponding modules:

  1. Azure SDK for Go
  2. Machineid
  3. Pty
  4. Ristretto
v1gnesh commented 10 months ago

@hydernaqvi can this be interpreted from the tag1~tag2 part of the patch's name? Saying... for these modules within this range, use this patch.

hydernaqvi commented 10 months ago

@v1gnesh As we add more cases we add to the versatility of Wharf and can unlock other modules in addition to the ones we have recognized fixes for. In the meantime, it makes sense to track fixes to avoid duplicating efforts.