ITADN

`start!` never returns a value

#160Closedfleimgruber 创建于 2025-08-17
bug
F
fleimgrubercommented
As a user, evaluating `(wolframite.api.v1/start!)` I expect to get a value `{:status :ok, :wolfram-version 14.2, :started? true}`. Instead, I only see this logging output ``` [nREPL-session-562c95ab-1dd5-4b07-ad21-70e1995a161e] INFO wolframite.runtime.jlink - === Adding path to classpath: C:\path\to\Wolfram Research\Wolfram Engine\14.2\SystemFiles\Links\JLink\JLink.jar === ``` and the REPL is unresponsive. OS: Windows Clojure: 1.12.1.1561 Wolfram Engine: 14.2 Debugged this up to https://github.com/scicloj/wolframite/blob/7f606d7fdde8bd7e5b20d0f04abcc7aefb8c2139/src/wolframite/core.clj#L89-L92 in which it gets stuck.
关闭于 2025-10-25 16 条评论