-
Notifications
You must be signed in to change notification settings - Fork 77
Description
I am only opening this to register this as a something that must be fixed before the next release.
The new code generation in alsa-sys is not generating the snd_seq_event__bindgen_ty_1 type anymore. I believe it has been replaced by snd_seq_event_data.
I have already made the relevant changes locally. They are all in src/seq.rs and are very straightforward.
However, the changes can only be merged once alsa-sys's new version is released, because we must make alsa-rs point to it.
Like I said, I am only opening this as an observation (I do not wish to pressure for a new release, using my local version works fine for me). I've had people change stuff in my repositories before, then disappearing, and then their changes breaking stuff down the line. Because I was the one who pushed for the changes in alsa-sys, I do not want the maintainers to have to deal with unforeseen problems.