Skip to content

cider.nrepl.middleware.util.java/source-info does not work with version 0.17.0-SNAPSHOT #482

@peterwang

Description

@peterwang

Expected behavior

user> (:file (cider.nrepl.middleware.util.java/source-info 'clojure.lang.Compiler))
clojure/lang/Compiler.java

Actual behavior

user> (:file (cider.nrepl.middleware.util.java/source-info 'clojure.lang.Compiler))
nil

Steps to reproduce the problem

  1. install latest cider from melpa, (in my case the version is: cider 20180121.1106)
  2. do cider-jack-in in a clojure project
  3. run the above commands in the REPL

Environment & Version information

file: ~/.m2/repository/cider/cider-nrepl/0.17.0-SNAPSHOT/cider-nrepl-0.17.0-SNAPSHOT.jar:META-INF/maven/cider/cider-nrepl/pom.properties

#Leiningen
#Thu Jan 11 23:48:06 EET 2018
version=0.17.0-SNAPSHOT
revision=cdbe2ca8502baa2cdbe956e40bd908a9d2aa2507
groupId=cider
artifactId=cider-nrepl

cider-nrepl version

cider-nrepl-0.17.0-SNAPSHOT.jar

Java version

CLJ cljapp@localhost:25040 (Java 1.8.0_151, Clojure 1.9.0, nREPL 0.2.13)

Operating system

CentOS release 6.5 (Final)
Linux devbox 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

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