Phil Hagelberg

Results 169 comments of Phil Hagelberg

Not sure what's going on, but you could try removing `~/.emacs.d/swank`; it's possible one of the files in there was truncated.

I think this is a good idea if anyone wants to submit a patch to implement it.

I can see a few ways around this, none of them particularly appealing. The root cause of the problem is that when we add plugins to the classpath, they go...

Another option suggested by @jcrossley3 in IRC: 3) introduce a new convention for plugins that want to shadow built-in tasks like `leiningen.plugin.release` and check for it when we load. We...

Another solution: simply look for the release plugin inside the built-in release task and load it if present: http://p.hagelb.org/plugin-release-override.html This would be complementary to 3) above since we should still...

The help for this is tricky since the plugin's `leiningen.release/release` var doesn't actually have a docstring. It's falling back to getting the namespace's docstring from the reader for speed. This...

This will need to get fixed in Bultitude since we currently just use `bultitude.core/namespace-forms-on-classpath`.

Maybe @davidegrayson could take a look as he originally implemented this functionality.

Sure; feel free to submit a patch for that.

The trampoline handling in `lein.bat` was rewritten, so this is probably fixed. If it's still an issue we can reopen it.