-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
when testing a project with judge like this:
(declare-project
:name "judge / cmd test"
:version "0.1.0"
:dependencies [{:url "https://github.com/ianthehenry/judge.git"
:tag "v2.9.0"}])
(declare-executable
:name "ttt"
:entry "src/init.janet")
and
(use judge)
(defn foo [x] (+ 1 x))
(test (foo 1))
I can do run judge
and it will execute the tests, though the lsp shows me this error:
(macro) unknown method :on-string invoked on nil
.
I am not sure if this is an lsp problem or an cmd problem. Though I suspect this has something to do with the lsp, since the judge executable works...
janet --version: 1.38.0-release
.
Metadata
Metadata
Assignees
Labels
No labels