-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Repro:
- on Windows, MYSY2 UCRT Emacs 29.4, UCRT GCC 14.2, rustc 1.83.0, target x86_64-pc-windows-gnu
- clone https://github.com/ubolonton/emacs-rs-examples/tree/master/greeting, where
[dependencies]
emacs = "0.11.0"
- it works
- use latest emacs-module-rs, which error like
Debugger entered--Lisp error: (module-init-failed "emacs_greeting" 2)
module-load("emacs_greeting")
eval((module-load "emacs_greeting") t)
eval-expression((module-load "emacs_greeting") nil nil 127)
funcall-interactively(eval-expression (module-load "emacs_greeting") nil nil 127)
call-interactively(eval-expression nil nil)
command-execute(eval-expression)
- try every commit and find fb2dea8 is the last working commit (I rebase and apply 9969e1d at first)
- d8a3993 to 3c8b305 not compiling, and de0ecf1 is the first commit to produce the same error as step 4
I don't see the log of CI, so I'm not sure what's happening. Is Windows under good maintenance?
Metadata
Metadata
Assignees
Labels
No labels