Robey Pointer

Results 24 comments of Robey Pointer

In the unix world, the exit code is returned from main(), which is easy to test for, but java doesn't allow that, so (as far as I know) System.exit() is...

+1. i'm about to use gaze in a project, and i would love this feature for similar reasons.

i think specifically the request is to generate "Service" traits in the way that thrift-bin does.

this still doesn't work. `~/.cargo/env` is completely wrong.

this looks good to me! let me know when/if you're satisfied it works in real life, and I'll merge it :)

It is, but I don't think Twitter has upgraded to scala 2.10 yet. :(

probably. i don't think anyone is actively working on porting to scala 2.8 now, though it might be in stevej's sights.

it looks like version 2.0.0 is for scala 2.8. (this just happened recently.)

so the problem is that, when copying over dependencies into the dist/ folder, the copy is not done recursively?

Sorry for the delay -- I was out of town for a while. There are two scripts built with kestrel that should help here: ``` $ ./dist/kestrel/scripts/qdump.sh --help ``` That...