GithubHelp home page GithubHelp logo

Comments (2)

gudesh avatar gudesh commented on August 22, 2024

Hi again,

I managed to clone your project and compile it (after shunting some project.clj lines...).

It works all right, compile and tests, with clojure 1.2.0.

Yet, with clojure 1.3.0, I get a compile error:


cd /home/manou/BIN/CLOJURE/EXAMPLES/clj-diff/src/clj/clj_diff/
2 compiler notes:

Unknown location:
error: java.lang.RuntimeException: java.lang.ClassNotFoundException: clj_diff.FastStringOps

Unknown location:
error: java.lang.ClassNotFoundException: clj_diff.FastStringOps

Compilation failed.


I suggest you test the jar from clojars in a separate project. It might help reproducing the error...

from clj-diff.

gudesh avatar gudesh commented on August 22, 2024

After compiling on clojure 1.2.0 and using my jar (instead of clojar's one), it works, even within a clojure 1.3.0 project...

For information, this is the project.clj I used to get it compiled:


(defproject clj-diff "1.0.0-SNAPSHOT"
:description "Sequential diff in Clojure."
:url "http://github.com/brentonashworth/clj-diff"
:source-path "src/clj"
:java-source-path "src/jvm"
:java-fork "true"
:java-debug "true"
;; :hooks [leiningen.hooks.javac
;; leiningen.hooks.difftest]
:dev-dependencies [[org.clojure/clojure "1.2.0"]
;; [lein-javac "1.2.1-SNAPSHOT"]
[marginalia "0.5.0"]
[lein-difftest "1.3.2-SNAPSHOT"]])


I hope this helps...

from clj-diff.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.