webkit2gtk-rs icon indicating copy to clipboard operation
webkit2gtk-rs copied to clipboard

master <-> crate

Open jangernert opened this issue 3 years ago • 2 comments

Not sure why it was decided to go this way. I think master is used to have the git version of every gtk dependencies and of course the latest features, while the crate branch is the branch to be released.

https://github.com/gtk-rs/webkit2gtk-rs/issues/63#issuecomment-579932598

If I recall correctly, the master and crate branches are handled differently in this project: we cannot just merge one from the other. Maybe that should be something worth fixing.

https://github.com/gtk-rs/webkit2gtk-rs/pull/91#issuecomment-870805584

master still needs to be brought up to speed with the rest of gtk-rs (GTK 3 repository is now called gtk3-rs). There are two PRs that started the update: #89 #88

What is the plan here? Continue with two independent branches or bring them back together? Any contributions that are in master but missing in crate?

jangernert avatar Jul 01 '21 05:07 jangernert