GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
933 stars 174 forks source link

Diff class support for Resources #289

Closed rpau closed 2 years ago

rpau commented 2 years ago

This commit is adding a new compute method to support the diff processing of resources instead of paths.

This functionality is intersting when the files that need to be computed are not in the local file and are downloaded from the Internet using APIs in memory.

jrfaller commented 2 years ago

Hi and thanks a lot for the PR!

It seems that there are a couple of formatting issues, but otherwise seems good!

Can you fix the formatting issues?

Cheers!

rpau commented 2 years ago

Sure, Now I'll review the issues reported during the build. Sorry for that.

rpau commented 2 years ago

@jrfaller I need again your approval to run the workflow. Sorry, hopefully this is the good one :)

rpau commented 2 years ago

@jrfaller Hopefully now the test error is fixed :)

rpau commented 2 years ago

@jrfaller Can you merge it now? :)

jrfaller commented 2 years ago

@rpau done! Thanks for cleaning-up the PR!