MaxiSchwindler

Results 4 comments of MaxiSchwindler

> We can just remove this line and it works for me https://github.com/musescore/MuseScore/pull/17019/files#diff-0ad192bd592b87f013eebf577fe0a6e74d2a5c7e9c590658765fa6ed633fbabeL81 > > @ryan-roche can you confirm my guess? @Eism At least for me (Linux), this works; I...

Hm, I get your point, but in my opinion, ignoring the unreachable state is more confusing... For example, since `copy()` depends on `to_state_setup()`/`from_state_setup()`, copying a model with unreachable states produces...

> @MaxiSchwindler > Did you find this bug in a natural use of AALpy or were you experimenting? Not during natural use of AALpy, no, but during use of the...

...but I don't think that algorithm is the _best_ argument for keeping the unreachable states on copy(). I'd still simply argue that "copy()" should mean "exact copy", regardless of anything...