Sam Stephenson

Results 21 comments of Sam Stephenson

To reiterate, the short-term plan is to ship Bats 1.0, and the long-term plan is to hand over future decisions about the direction of the project to the new maintainer(s).

> Any update here? This has sat around for 6 months, and is really useful... I’m aware there are lots of issues that need attention, but Bats is a personal...

Yes, we should add this feature.

`set -e` behavior with bare `[[ ... ]]` expressions varies depending on the version of Bash, but I agree we should discourage its use. At the very least you should...

I haven't tested Brochure at all in Windows, but I'll happily accept any patches to make it work there.

`public/index.html` does have priority over `templates/index.html.erb`, but only when you request it as `/index.html`. In other words, `Brochure::Static` doesn't know about the `index` convention. I'm not sure how to solve...

Yes. Please do implement this and send a pull request. ;)

Great! Could you add a test case?

Sorry for the lack of documentation here. I don't have a lot of time to spend on Eco. There's an example of using the compiler in the browser here: http://sstephenson.github.com/eco/...

This is unsolvable without adding new syntax. There's currently no way for Eco to know whether you want to capture a block's output or print it as soon as it's...