Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Timestamps are not preserved which can break AOT (clojure.core) code #10

Open
seancorfield opened this issue Oct 25, 2018 · 1 comment

Comments

@seancorfield
Copy link
Contributor

See cursive-ide/gradle-clojure#8

The problem here is that the original timestamps from the source JARs are not preserved as files are copied so loaded .clj files, such as pprint_base.clj end up getting recompiled because they are seen to be newer than the .class file that was generated from them.

seancorfield added a commit to seancorfield/depstar that referenced this issue Oct 25, 2018
Preserve last modified time stampstamp across file copying from JAR 
files. We should probably do the same for regular files at some point!
@seancorfield
Copy link
Contributor Author

This is fixed in my (well-maintained) fork: https://github.com/seancorfield/depstar

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant