Commits on Jan 3, 2012
  1. @mva @technomancy

    have clojure-ns accept class names without $

    When using aleph in combination with ring's wrap-stacktrace, certain
    exceptions are silently swallowed by the server.  I traced this down
    to clojure-ns raising a null pointer exception for the class-name
    "lamina.core.observable.ConstantObservable", which is a defrecord.
    
    This changes clojure-ns to return "lamina.core.observable" as the ns.
    clojure-fn is unchanged and returns the full string, which is probably
    wrong.
    have clojure-ns accept class names without $
    
    When using aleph in combination with ring's wrap-stacktrace, certain
    exceptions are silently swallowed by the server.  I traced this down
    to clojure-ns raising a null pointer exception for the class-name
    "lamina.core.observable.ConstantObservable", which is a defrecord.
    
    This changes clojure-ns to return "lamina.core.observable" as the ns.
    clojure-fn is unchanged and returns the full string, which is probably
    wrong.
    mva committed with technomancy Jan 3, 2012
Commits on Oct 9, 2011
  1. @technomancy
  2. @technomancy
  3. @technomancy
Commits on Aug 29, 2010
  1. Remove redundant test

    committed Aug 29, 2010
  2. Expand ns declarations

    committed Aug 29, 2010
Commits on Mar 1, 2010
  1. Use clojure.test for testing.

    committed Mar 1, 2010
Commits on Nov 1, 2009
Commits on Jul 12, 2009