react-native-community/rn-diff-purge

Please help

cvvspb opened this issue ยท 6 comments

Maybe I don't understand something...
I thought the tool would show the difference between two versions, but it just shows the same amount of changes between any two versions.
I don't get it, please explain what am I doing wrong?

0.34.1 -> 0.59.8
Screen 2019-05-17 19 00 58

0.59.7 -> 0.59.8
Screen 2019-05-17 19 01 32

@cvvspb It appears to be working for me:

I think you have the branches reversed in your screenshots

@adkenyon, thanks! I don't know how that happened

@cvvspb out of curiosity, how did you arrive in the URL you did? typed it manually, or selected the branches or something?

I'm asking to know because the "correct" way is through the diff chooser or table, and if you didn't find it through these, then we need to make it more obvious/prominent.
Thank you.

@pvinis , sorry for delay, I've missed your question.
I don't remember exactly: it was either from some external or internal link
But you can just view your README.md - it shows reversed (broken) links with three dots:

RN diff PURGE

This repository exposes an untouched React Native app generated with the CLI react-native init RnDiffApp. Each new React Native release causes a new project to be created, removing the old one, and getting a diff between them. This way, the diff is always clean, always in sync with the changes of the init template.

A dedicated branch per release makes changes very easy to watch. For example:

release/0.28.0...release/0.29.0 (Change in Android template)
release/0.29.0...release/0.29.2 (no change)
release/0.30.0...release/0.31.0 (minor change in .flowconfig )

Ah indeed. Leftover from the old way. I corrected it. Thanks.