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: killme2008/clojure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: killme2008/clojure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: direct
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on May 16, 2014

  1. re-enable lazy fn loader

    richhickey committed May 16, 2014
    Configuration menu
    Copy the full SHA
    3276008 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2014

  1. faster loading wip

    richhickey committed May 17, 2014
    Configuration menu
    Copy the full SHA
    43fbb49 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2014

  1. faster loading wip

    richhickey committed May 24, 2014
    Configuration menu
    Copy the full SHA
    da97e4b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2014

  1. faster loading wip

    richhickey committed May 25, 2014
    Configuration menu
    Copy the full SHA
    20a9547 View commit details
    Browse the repository at this point in the history
  2. faster loading wip

    richhickey committed May 25, 2014
    Configuration menu
    Copy the full SHA
    8b07773 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. Configuration menu
    Copy the full SHA
    9e22e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0098d0e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. Create new prod build profile in Maven.

    This prod build profile will produce a jar that is the same as the
    normal build but with some metadata elided. To build and install to
    your local repo, run:
    
    mvn -Pprod,omit-extra-jars install -Dmaven.test.skip=true
    
    The omit-extra-jars profile suppresses creation of the slim, sources,
    and javadoc jars. The prod profile passes an extra flag to the ant task
    that compiles Clojure code and suppresses source in the output jar.
    
    To use this jar, specify an additional classifier=prod in your build
    dependency.
    
    Signed-off-by: Rich Hickey <richhickey@gmail.com>
    puredanger authored and richhickey committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    3960818 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. more meta elision

    richhickey committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    f5927cb View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    7806e33 View commit details
    Browse the repository at this point in the history
Loading