On 26 April 2011 23:49, Phil Hagelberg wrote:
> On Apr 26, 2:56 pm, James Reeves wrote:
>> On 26 April 2011 22:16, Phil Hagelberg wrote:
>> > However, there was an unrelated bug causing issues when uncompilable
>> > namespaces were on the classpath. I'll have a 1.1.1 fix pushed in a
>> > few min
On Apr 26, 2:56 pm, James Reeves wrote:
> On 26 April 2011 22:16, Phil Hagelberg wrote:
> > That's by design; it only works when the :as alias is the same as the
> > last segment of the namespace name.
>
> Ah, well even if I use "string/trim" it throws the same error:
Right; this should be fixed
On 26 April 2011 22:16, Phil Hagelberg wrote:
>
> On Apr 26, 12:58 pm, James Reeves wrote:
> > When I start a REPL and try to slamhound it, it instead throws an exception:
> >
> > user=> (require 'slam.hound)
> > nil
> > user=> (slam.hound/reconstruct "src/foobar/core.clj")
> > java.lang.Exceptio
On Apr 26, 12:58 pm, James Reeves wrote:
> When I start a REPL and try to slamhound it, it instead throws an exception:
>
> user=> (require 'slam.hound)
> nil
> user=> (slam.hound/reconstruct "src/foobar/core.clj")
> java.lang.Exception: No such namespace: str (core.clj:2)
That's by design; it on
That's a great idea, Phil. Thanks for contributing!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post
1.1.0 seems to have regressed. I've added slamhound as a dependency:
(defproject foobar "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.2.1"]]
:dev-dependencies [[slamhound "1.1.0"]])
Then added a function to "src/foobar/core.clj":
(ns foobar
On Apr 26, 6:25 am, gaz jones wrote:
> this looks awesome, tried it out on a project i have but sadly got the
> exception below. i'll try and figure it out later when i have more
> time to see if its something specific to my project, but thought i
> would let you know in case it is something obvio
I love you Phil.
On 04/25/2011 09:05 PM, Phil Hagelberg wrote:
So I just threw together a little tool to help with ns forms. I find
often they accumulate a bunch of cruft over time where you no longer
need a given :use or :require form. And sometimes you don't feel like
finding exactly where on
On Apr 26, 6:25 am, gaz jones wrote:
> this looks awesome, tried it out on a project i have but sadly got the
> exception below. i'll try and figure it out later when i have more
> time to see if its something specific to my project, but thought i
> would let you know in case it is something obvio
this looks awesome, tried it out on a project i have but sadly got the
exception below. i'll try and figure it out later when i have more
time to see if its something specific to my project, but thought i
would let you know in case it is something obvious (it failed from
both slime and lein)
Excep
So I just threw together a little tool to help with ns forms. I find
often they accumulate a bunch of cruft over time where you no longer
need a given :use or :require form. And sometimes you don't feel like
finding exactly where on the classpath a given class is. Or maybe
you're too lazy to type i
11 matches
Mail list logo