-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: clojure/tools.namespace
base: master
head repository: clojure/tools.namespace
compare: TNS-35-cljs-experiments
- 20 commits
- 10 files changed
- 1 contributor
Commits on Jul 24, 2015
-
Instead of relying on local functions to inspect the classpath, use the more robust, extensible versions in org.clojure/java.classpath. See also http://dev.clojure.org/jira/browse/CLASSPATH-5
Stuart Sierra committedJul 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 30c15ef - Browse repository at this point
Copy the full SHA 30c15efView commit details -
c.t.n.file: extensions for Clojure & ClojureScript
Stuart Sierra committedJul 24, 2015 Configuration menu - View commit details
-
Copy full SHA for df347c1 - Browse repository at this point
Copy the full SHA df347c1View commit details -
Port dependency, parse, and track to .cljc
Affects these namespaces: - clojure.tools.namespace.dependency - clojure.tools.namespace.parse - clojure.tools.namespace.track With minor changes, these files are platform-neutral. c.t.n.dependency is a general-purpose library which has many applications outside of tools.namespace. The uses for c.t.n.parse and c.t.n.track in ClojureScript are less apparent, but they are easy to port. Perhaps by porting other namespaces it will be possible in the future to have a version of c.t.n.repl that works on non-JVM platforms. Use tools.reader for platform-independent read.
Stuart Sierra committedJul 24, 2015 Configuration menu - View commit details
-
Copy full SHA for e3aa015 - Browse repository at this point
Copy the full SHA e3aa015View commit details
Commits on Jul 26, 2015
-
c.t.n.file: docstring fix: tools.reader
Instead of clojure.core/read
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 162decf - Browse repository at this point
Copy the full SHA 162decfView commit details -
c.t.n.file: make file-with-extension? private
This is trivial to write and is specific to the implementation of `clojure-file?` and `clojurescript-file?`
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 60f6209 - Browse repository at this point
Copy the full SHA 60f6209View commit details -
c.t.n.parse: docstring clarify :features
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 3374191 - Browse repository at this point
Copy the full SHA 3374191View commit details -
c.t.n.parse: use
or
for default instead of aritySince a `nil` value for `read-opts` may be passed in by another function such as c.t.n.file/read-file-ns-decl.
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for c5c5c0d - Browse repository at this point
Copy the full SHA c5c5c0dView commit details -
Revert "c.t.n.file: make file-with-extension? private"
This reverts commit 60f6209. Need this to be public to use in c.t.n.find for different platforms.
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for b188bc7 - Browse repository at this point
Copy the full SHA b188bc7View commit details -
Fix POM: missing groupId for clojure
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 19893e8 - Browse repository at this point
Copy the full SHA 19893e8View commit details -
c.t.n.parse: define reader-opts for each platform
To be used in c.t.n.find
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 9bb35a5 - Browse repository at this point
Copy the full SHA 9bb35a5View commit details -
c.t.n.find: parameterize by platform (clj/cljs)
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for e928d78 - Browse repository at this point
Copy the full SHA e928d78View commit details -
Merge branch 'master' into 0.3.0-development
Stuart Sierra committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for e932729 - Browse repository at this point
Copy the full SHA e932729View commit details
Commits on Jul 31, 2015
-
c.t.n.find: shorter names for platforms; docs
Rename 'clojure-platform' to 'clj' and 'clojurescript-platform' to 'cljs'. Add docs and metadata for versions added/deprecated.
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for dca2e36 - Browse repository at this point
Copy the full SHA dca2e36View commit details -
c.t.n.file: pass read-opts through from add-files
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 2d1bf02 - Browse repository at this point
Copy the full SHA 2d1bf02View commit details -
c.t.n.dir: add scan-dirs/scan-files with platform
Deprecate 'scan' and 'scan-all', replace with 'scan-dirs' and 'scan-files' taking optional argument for clj/cljs platform.
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 504e796 - Browse repository at this point
Copy the full SHA 504e796View commit details -
Replaces deprecated dir/scan and dir/scan-all.
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for a5dcd6b - Browse repository at this point
Copy the full SHA a5dcd6bView commit details -
c.t.n.repl: make tracker and dirs Vars public
No reason for these not to be public, and it may be useful for inspection from the REPL.
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 5b4700c - Browse repository at this point
Copy the full SHA 5b4700cView commit details -
Move change log into separate file CHANGES.md
And add change log entries for 0.3.0
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 7165b95 - Browse repository at this point
Copy the full SHA 7165b95View commit details -
Rename clojure-read-opts to clj-read-opts
And clojurescript-read-opts to cljs-read-opts
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 8940605 - Browse repository at this point
Copy the full SHA 8940605View commit details -
c.t.n.find: add missing JarFile constructor
Stuart Sierra committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for f94a3f7 - Browse repository at this point
Copy the full SHA f94a3f7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...TNS-35-cljs-experiments