Of course, I'm not expecting the dev branch to be bug-free. I was just
thinking about git branching models and wondering if things could be
improved, specifically about larger feature branches. I didn't know
that the symbol inheritance branch was available for testing from
Waynes personal repo before merge, possibly because I'm new here and
just recently joined the dev-list. I'm sorry if I stepped on any toes!
:)
If you are interested in helping test feature branches to minimize the
crashes in the future, you might test and review the feature branch at
https://gitlab.com/kicad/code/kicad/merge_requests/15 . It will be
merged soon but has not had any testing outside of my own at the
moment.
This is the downside of feature branches in a volunteer-based
development model.
I will take a look! However, since it's rebased on current master,
which is crashing a lot, it's hard to test and know what broke because
of which change.
When the current issues on master are sorted out and !15 rebased
against it, it will be easier.