[DRE-commits] [ruby-treetop] branch master updated (d9e4e58 -> fc781e1)

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 12 11:31:14 UTC 2015


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

lucas pushed a change to branch master
in repository ruby-treetop.

      from  d9e4e58   Add patch: do-not-depend-on-lib-for-tests.patch
      adds  84ce4c0   Imported Upstream version 1.6.2
       new  5c1638b   Merge tag 'upstream/1.6.2'
       new  cff9d86   Refreshed packaging.
       new  9f95d1c   Drop patch: 0001-Do-not-require-rubygems.patch. No longer needed.
       new  6de8037   Add patch: drop-failing-test.patch. This test was already removed upstream.
       new  59a4540   Document patch: do-not-depend-on-lib-for-tests.patch
       new  fc781e1   Prepare changelog for upload.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   4 +-
 Rakefile                                           |  13 +-
 debian/changelog                                   |  10 +-
 debian/control                                     |  28 +-
 debian/copyright                                   |   1 -
 debian/patches/0001-Do-not-require-rubygems.patch  |  82 ---
 .../patches/do-not-depend-on-lib-for-tests.patch   |   4 +
 debian/patches/drop-failing-test.patch             |  21 +
 debian/patches/series                              |   2 +-
 debian/ruby-tests.rake                             |   4 +-
 debian/rules                                       |   2 +-
 doc/pitfalls_and_advanced_techniques.markdown      |   2 +-
 doc/sitegen.rb                                     |   2 +-
 doc/syntactic_recognition.markdown                 |   2 +
 doc/tt.1                                           |   2 +-
 examples/lambda_calculus/lambda_calculus           |   0
 lib/treetop/compiler/metagrammar.rb                | 797 +++++++++++++--------
 lib/treetop/compiler/metagrammar.treetop           |  88 ++-
 .../compiler/node_classes/anything_symbol.rb       |  14 +-
 .../compiler/node_classes/character_class.rb       |  16 +-
 lib/treetop/compiler/node_classes/choice.rb        |  18 +-
 lib/treetop/compiler/node_classes/nonterminal.rb   |   4 +-
 .../node_classes/parenthesized_expression.rb       |   6 +-
 .../compiler/node_classes/parsing_expression.rb    |  14 +-
 lib/treetop/compiler/node_classes/parsing_rule.rb  |   6 +-
 lib/treetop/compiler/node_classes/predicate.rb     |   9 +-
 .../compiler/node_classes/predicate_block.rb       |   7 +
 lib/treetop/compiler/node_classes/repetition.rb    |  42 +-
 lib/treetop/compiler/node_classes/sequence.rb      |   6 +-
 lib/treetop/compiler/node_classes/terminal.rb      |  45 +-
 lib/treetop/runtime/compiled_parser.rb             |  33 +-
 lib/treetop/runtime/syntax_node.rb                 |  39 +-
 lib/treetop/runtime/terminal_parse_failure.rb      |   7 +-
 lib/treetop/version.rb                             |   4 +-
 metadata.yml                                       |  98 +--
 spec/compiler/and_predicate_spec.rb                |   2 +-
 spec/compiler/anything_symbol_spec.rb              |   5 +-
 spec/compiler/character_class_spec.rb              |  39 +-
 spec/compiler/choice_spec.rb                       |  39 +-
 .../failure_propagation_functional_spec.rb         |   2 +-
 spec/compiler/grammar_spec.rb                      |   5 +-
 spec/compiler/not_predicate_spec.rb                |  28 +-
 spec/compiler/occurrence_range_spec.rb             |  53 +-
 spec/compiler/one_or_more_spec.rb                  |   4 +-
 spec/compiler/optional_spec.rb                     |   4 +-
 spec/compiler/parenthesized_expression_spec.rb     |  16 +-
 spec/compiler/repeated_subrule_spec.rb             |   4 +-
 spec/compiler/semantic_predicate_spec.rb           |  33 +-
 spec/compiler/sequence_spec.rb                     |   2 +-
 spec/compiler/terminal_spec.rb                     | 112 ++-
 spec/compiler/terminal_symbol_spec.rb              |   5 +-
 spec/compiler/zero_or_more_spec.rb                 |   8 +-
 spec/composition/b.treetop                         |   4 +-
 spec/composition/grammar_composition_spec.rb       |   4 +-
 spec/runtime/compiled_parser_spec.rb               |  42 +-
 treetop.gemspec                                    |  50 +-
 56 files changed, 1181 insertions(+), 712 deletions(-)
 delete mode 100644 debian/patches/0001-Do-not-require-rubygems.patch
 create mode 100644 debian/patches/drop-failing-test.patch
 delete mode 100644 examples/lambda_calculus/lambda_calculus

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-treetop.git



More information about the Pkg-ruby-extras-commits mailing list