Skip to content

Analyser fails with "Invalid symbol" error (Clojure 1.12 interop symbol) #410

Closed
@scramjet

Description

@scramjet

Fails with:

java.util.concurrent.ExecutionException: clojure.lang.ExceptionInfo: [line 30, col 33] Invalid symbol: long/1. {:type :reader-exception, :ex-kind :reader-error, :file "/Users/matt/Development/systematic-basis/src/systematic/doorkeeper/views/common/issue_stats.clj", :line 30, :col 33}

Code:

(defn count-extra-stats [^long/1 custom-counts custom-query-config issue query-context]
  (loop [index 0]
    ...)))

Environment

[org.clojure/clojure "1.12.0"]
[nrepl/nrepl "1.3.1"]
[cider/cider-nrepl "0.52.1"]
[refactor-nrepl/refactor-nrepl "3.10.0"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions