File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 :url " http://example.com/FIXME"
44 :license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
55 :url " https://www.eclipse.org/legal/epl-2.0/" }
6- :dependencies [[org.clojure/clojure " 1.11 .1" ]
7- [org.clojure/data.generators " 1.0 .0" ]]
6+ :dependencies [[org.clojure/clojure " 1.12 .1" ]
7+ [org.clojure/data.generators " 1.1 .0" ]]
88 :main ^:skip-aot fuzzer.core
99 :target-path " target/%s"
1010 :jvm-opts [" -Djava.library.path=./resources" ]
Original file line number Diff line number Diff line change 1010(defn -main
1111 [& args]
1212 (init! )
13- (dotimes [_ 9042 ]
13+ (dotimes [_ ( if ( first args) ( Integer/parseInt ( first args)) 109042 ) ]
1414 (let [source (pr-str (cgen/ednable ))
15- ; clojure-reader dedn-oesn 't preserve order on hashmaps or sets. For now we just use clojure's
15+ ; clojure-reader doesn 't preserve order on hashmaps or sets. For now we just use clojure's
1616 ; read-string to make sure the round trip is valid edn.
1717 clojure-reader (-> (Rust/roundtrip source) cljedn/read-string)
1818 edn (cljedn/read-string source)]
You can’t perform that action at this time.
0 commit comments