Sean Perry
Sean Perry
Link to crate? Have you considered making a remacs organization which can own crates like this?
`windows-gnu` does sound like a reasonable choice for Emacs.
@Wilfred should `userinfo` be moved into the new remacs org?
@scoiatael I think we are going to have to implement our own layer on top of the libc layer.
Ah, ok. A couple of different PRs recently have indicated we likely need a crate to abstract some underlying operating system bits. One possibilty is several small, focused crates. Another...
Would you like to give porting `do_switch_frame` a go?
Typically, we would port `frame` as a `LispFrameRef`. In this case, it would immediately be cast back into a LispObject to call the C function `do_switch_frame`. So there is little...
This means you do not have enough `cfg` protection. Which leads to `track` being exposed when it is not needed/used.
@yshalenyk are you interested in picking this back up?
I would like to see the GitHub Actions CI take over and we drop Travis. What needs to be done there is we need to skip the failing tests for...