[libtest-bdd-cucumber-perl] 20/25: 0.33 release - JSON IDs, minor App::pherkin refactor

Intrigeri intrigeri at moszumanska.debian.org
Mon Apr 27 09:51:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit 1ba4b32b49caf7d0d210006275cf19aa564037c1
Author: Peter Sergeant <pete at clueball.com>
Date:   Mon Apr 20 16:06:07 2015 +0700

    0.33 release - JSON IDs, minor App::pherkin refactor
---
 CHANGES  |  8 ++++++++
 TODO     | 11 ++++++++++-
 dist.ini |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 7b12e1e..9301d78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,12 @@
 -----
+0.33: 20 Apr 2014
+    - JSON formatter uses filename/line based IDs rather than memory-location
+        ones, thanks Tomas Pokorny
+    - Minor App::pherkin refactor to make harness an attribute, thanks Tomas
+        Pokorny
+    - $ENV{ANSI_COLOR_DISABLED} checked for definedness, not truth in deciding
+        whether to colourize output in some situations; thanks Tomas Pokorny
+    - Minor typo fixes, thanks 'poum', 'Chylli'
 0.32: 23 Dec 2014
     - Colour themes for TermColor harness, fixes
         https://github.com/sheriff/test-bdd-cucumber-perl/issues/35
diff --git a/TODO b/TODO
index 0d72ea4..88a4e6d 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,15 @@
 - [ ] Placeholders in Pystrings
 - [ ] Make Pherkin feature complete
 
-
+- Could method signatures be used to stop you needing 'sub {' for step defs?
 - Don't need both Storable and Clone, I reckon - both being used for cloning in one place
 - YAML::Syck usage could just be using JSON::MaybeXS
+
+
+Make a corpus-checker for checking parsing of In The Wild Gherkin files...
+    - https://github.com/diaspora/diaspora/tree/master/features
+    - https://github.com/teambox/teambox/tree/dev/features
+    - https://github.com/rspec/rspec-core/tree/master/features
+    - https://github.com/cucumber/cucumber/tree/master/features
+    - https://github.com/cucumber/aruba/tree/master/features
+    - https://github.com/wikimedia/mediawiki/tree/master/tests/browser/features
\ No newline at end of file
diff --git a/dist.ini b/dist.ini
index ccc1f6f..cce52fd 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name      = Test-BDD-Cucumber
-version   = 0.32
+version   = 0.33
 abstract  = Feature-complete Cucumber-style testing in Perl
 main_module = lib/Test/BDD/Cucumber.pm
 author    = ['Peter Sergeant <pete at clueball.com>','Ben Rogers <ben at bdr.org>']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list