Sean Perry
Sean Perry
If you clone into a completely new directory on the same system does the problem continue? The most likely candidate for the failure is multibyte.rs:write_codepoint. You could look at the...
@agraven 's PR https://travis-ci.org/remacs/remacs/jobs/508955436 is showing a similar error on Linux.
Possibly related, the failures happen when remacs is compiled on Linux with the GUI disabled. While this is likely not a GUI issue, it might mean that the difference in...
a recent emacs merge has moved the tramp test to the beginning. I think this is getting better but I have not tried recently.
I made changes recently so the unexec can be turned off for MacOS. It always could for Linux. Now the `CANNOT_DUMP=yes` option that has always been there actually works for...
hmm, it appears to be dying because rustfmt is not installed for the linux without X Window System test case. That should be its own PR. Not sure why it...
Thanks for the reminder @benreyn. I need to look into this again. The code in the PR looks good. I would typically suggest not using the `r#` style naming. But...
Kicking the PR, let's see what happens.
I am fairly certain this will need to be rebased to succeed at the unit tests.
@benreyn you missed the 'static' keyword here: https://github.com/remacs/remacs/blob/7aa6840e91219cd6c7427aaf939c93f1ac8451a1/src/image.c#L9705-L9706 This means the function is not exported and available to Rust.