Skip to content

Windows binding has been broken since d8a3993 #60

@Master-Hash

Description

@Master-Hash

Repro:

  1. on Windows, MYSY2 UCRT Emacs 29.4, UCRT GCC 14.2, rustc 1.83.0, target x86_64-pc-windows-gnu
  2. clone https://github.com/ubolonton/emacs-rs-examples/tree/master/greeting, where
[dependencies]
emacs = "0.11.0"
  1. it works
  2. 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)
  1. try every commit and find fb2dea8 is the last working commit (I rebase and apply 9969e1d at first)
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions