You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just saw dfd45df, which is a breaking change for sezanzeb/input-remapper#1061. I'm not so sure I'd use a tuple for something that can be of arbitrary length (depending on evdev kernel stuff). And it might be a breaking change for other projects as well.
Sorry for that. Perhaps that release should have been a major release, but somehow I didn't think the change was major enough (for 2.0.0 it has to be something like proper handling of SYN_DROPPED ...). It's a minor optimization and it probably wasn't worth the trouble for the 16 bytes saved per list (i.e. 464 bytes total with the ecodes I'm running). Still, it makes sense to me that those values are tuples.
I saw that you already fixed the issue in your project. If I get more reports I'll consider reverting it.
I just saw dfd45df, which is a breaking change for sezanzeb/input-remapper#1061. I'm not so sure I'd use a tuple for something that can be of arbitrary length (depending on evdev kernel stuff). And it might be a breaking change for other projects as well.
Are you sure this should be a tuple? @gvalkov
The text was updated successfully, but these errors were encountered: