File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
leiningen-core/src/leiningen/core Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 237237 (io/file (:target-path project) (str checksum " -init.clj" ))
238238 (File/createTempFile " form-init" " .clj" ))]
239239 (spit init-file
240- (binding [*print-dup* *eval-print-dup*]
240+ (binding [*print-dup* *eval-print-dup*
241+ *print-meta* true ]
241242 (pr-str (if-not (System/getenv " LEIN_FAST_TRAMPOLINE" )
242243 `(.deleteOnExit (File. ~(.getCanonicalPath init-file))))
243244 form)))
Original file line number Diff line number Diff line change 7777 ; ; If the class exists, run its main method.
7878 class#
7979 (Reflector/invokeStaticMethod
80- class# " main" (into-array [(into-array String '~args)]))
80+ class# " main" ^ " [Ljava.lang.Object; " (into-array [(into-array String '~args)]))
8181
8282 ; ; If the symbol didn't resolve, give a reasonable message
8383 (= :not-found ns-flag#)
You can’t perform that action at this time.
0 commit comments