[Cucumber] 0.1.99.x parse errors

Folks,

If you encounter parse errors on 0.1.99.x (0.2 prereleases), please do
the following:

  1. Create a http://gist.github.com/ with the full (but minimal)
    feature that fails to parse
  2. Got to the raw view of that gist and comy the URL
  3. Paste it into Lighthouse a ticket, and mention what 0.1.99.x
    version you’re on

Please update existing tickets

This lets me easily debug parser errors with:
bin/cucumber your_gist_url

Thanks,
Aslak (::slight_smile:

On Tue, Feb 3, 2009 at 2:30 AM, aslak hellesoy
[email protected] wrote:

Please update existing tickets

This lets me easily debug parser errors with:
bin/cucumber your_gist_url

This is BRILLIANT, Aslak. Opens the door for a number of different
online conversations about features.

David

On Tue, Feb 3, 2009 at 8:40 PM, David C. [email protected]
wrote:

version you’re on

Please update existing tickets

This lets me easily debug parser errors with:
bin/cucumber your_gist_url

This is BRILLIANT, Aslak. Opens the door for a number of different
online conversations about features.

Thanks David :slight_smile:

I added this to make it easier to communicate. I hope people won’t use
it to actually run features :slight_smile:
Or maybe this is the start of web2.0 requirements specifications? :slight_smile:

Aslak