Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojure/tools.namespace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clojure/tools.namespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: TNS-35-cljs-experiments
Choose a head ref
  • 20 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 24, 2015

  1. Use java.classpath

    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 committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    30c15ef View commit details
    Browse the repository at this point in the history
  2. c.t.n.file: extensions for Clojure & ClojureScript

    Stuart Sierra committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    df347c1 View commit details
    Browse the repository at this point in the history
  3. 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 committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    e3aa015 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2015

  1. c.t.n.file: docstring fix: tools.reader

    Instead of clojure.core/read
    Stuart Sierra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    162decf View commit details
    Browse the repository at this point in the history
  2. 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 committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    60f6209 View commit details
    Browse the repository at this point in the history
  3. c.t.n.parse: docstring clarify :features

    Stuart Sierra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    3374191 View commit details
    Browse the repository at this point in the history
  4. c.t.n.parse: use or for default instead of arity

    Since 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 committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    c5c5c0d View commit details
    Browse the repository at this point in the history
  5. 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 committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    b188bc7 View commit details
    Browse the repository at this point in the history
  6. Fix POM: missing groupId for clojure

    Stuart Sierra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    19893e8 View commit details
    Browse the repository at this point in the history
  7. c.t.n.parse: define reader-opts for each platform

    To be used in c.t.n.find
    Stuart Sierra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    9bb35a5 View commit details
    Browse the repository at this point in the history
  8. c.t.n.find: parameterize by platform (clj/cljs)

    Stuart Sierra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    e928d78 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into 0.3.0-development

    Stuart Sierra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    e932729 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. 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 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    dca2e36 View commit details
    Browse the repository at this point in the history
  2. c.t.n.file: pass read-opts through from add-files

    Stuart Sierra committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    2d1bf02 View commit details
    Browse the repository at this point in the history
  3. 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 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    504e796 View commit details
    Browse the repository at this point in the history
  4. c.t.n.repl: use dir/scan-dirs

    Replaces deprecated dir/scan and dir/scan-all.
    Stuart Sierra committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    a5dcd6b View commit details
    Browse the repository at this point in the history
  5. 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 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    5b4700c View commit details
    Browse the repository at this point in the history
  6. Move change log into separate file CHANGES.md

    And add change log entries for 0.3.0
    Stuart Sierra committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    7165b95 View commit details
    Browse the repository at this point in the history
  7. Rename clojure-read-opts to clj-read-opts

    And clojurescript-read-opts to cljs-read-opts
    Stuart Sierra committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    8940605 View commit details
    Browse the repository at this point in the history
  8. c.t.n.find: add missing JarFile constructor

    Stuart Sierra committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    f94a3f7 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy