Skip to content
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

Juvix mode makes magit diffing fail #27

Open
mariari opened this issue Dec 18, 2024 · 0 comments
Open

Juvix mode makes magit diffing fail #27

mariari opened this issue Dec 18, 2024 · 0 comments

Comments

@mariari
Copy link
Member

mariari commented Dec 18, 2024

This behaviour is observed in magit-ediff-dwim

You can observe this by trying to resolve a conflict in a juvix file.

Here is a stack trace

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  call-process("juvix" nil (#<buffer  *temp*> "/tmp/temporary-stderr-filehbm8FK") nil "--no-colors" "dev" "highlight" nil)
  apply(call-process "juvix" nil (#<buffer  *temp*> "/tmp/temporary-stderr-filehbm8FK") nil ("--no-colors" "dev" "highlight" nil))
  juvix-call(#<buffer  *temp*> "dev" "highlight" nil)
  apply(juvix-call #<buffer  *temp*> ("dev" "highlight" nil))
  juvix-call-read("dev" "highlight" nil)
  juvix-load()
  #f(compiled-function () #<bytecode -0x11a3b460c514261>)()
  run-hooks(change-major-mode-after-body-hook prog-mode-hook juvix-mode-hook)
  apply(run-hooks (change-major-mode-after-body-hook prog-mode-hook juvix-mode-hook))
  run-mode-hooks(juvix-mode-hook)
  juvix-mode()
  smerge-ediff()
  magit-ediff-resolve-rest("Package.juvix")
  magit-ediff-dwim()
  funcall-interactively(magit-ediff-dwim)
  call-interactively(magit-ediff-dwim nil nil)
  command-execute(magit-ediff-dwim)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant