-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
long sysex messages working #123
Conversation
Merged into master, but now some tests do not pass.. Do you mind checking it out? Just run "make test" and two tests fail. Thanks, |
Did you resolve this already? I’ll be able to test in an hour or so but it looks like maybe it’s passing now |
Ok I started looking into this and what I'm seeing so far is that in test_midirouter.cpp it fails with |
I guess I'm a little unclear about how in the test, the |
so if I change the order so it's like this:
the test doesn't fail. Is there a reason why it was the other way around? |
Hi, finally I could have a look. There is no special reason, just to have it close to the use. But I tried the change and still fails for me... Maybe you have some other changes in your branch? I will try to have a look, but until monday I dont think I will be able. |
Weird. Are you using precompiled headers? I had to turn them off for my build. Otherwise I'm testing off the main branch and the fmt 11 merge (since I can't compile earlier versions on Arch) with no other changes. Test 8 on the main branch fails, and I haven't looked into that one yet. I'm also getting a segfault on test 7, but this is happening on the earlier branch too. Looks like it crashes at line 99 |
Here's the output of
|
Ok got everything except test 8 working now. It was a dumb copy-paste typo in
I'll look into the last test now. |
actually this is probably better:
|
I can't fully test this because it doesn't have the Makefile and fmt fixes I need in order to get it to compile on my distro, but I think everything relating to long sysex should be in here and working properly. 🤞