[libattean-perl] annotated tag upstream/0.012 created (now 404e097)

Jonas Smedegaard dr at jones.dk
Tue Feb 9 03:50:29 UTC 2016


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

js pushed a change to annotated tag upstream/0.012
in repository libattean-perl.

        at  404e097   (tag)
   tagging  ad2e3f7d198463004aba73cd28ac40a52993d1bb (commit)
  replaces  upstream/0.011
 tagged by  Jonas Smedegaard
        on  Tue Feb 9 03:55:57 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 0.012
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWuVU9AAoJECx8MUbBoAEh5OQP/jUxPYMnJl9jvD4D1tZnmJcP
VTgtC8KEQ8/oiprikhdtKM0hErdTGLRCiIBir2q6KQ/QtZ1BSqR0XmkdLHMZ4MCw
Fi+shCpq3wvzMaVnD/+FmlkzMN4aC2euM5dGOl5mdeudeDGye4PWiYJ/KaC3IdKC
x73F4pq8NcksPhgap4YYukj4hiDFQ9ahMHhyzVvtwXcGmeqEC2JwJE2S3E0lR6/6
bJN4NqkvN2RFNQfNRUNNRzEK/PBsGcI4yg3JTefzIBCbVrCnyQOYmbIdHaj/jECT
1KAGZoENN/PgnnH2dv+HYXYGv/PZX8ZEnYpzbJPsGaBjlNBTdtU+tdwrArAtCU1v
rU3xlEggcgLtF8Vn3sSd/ZQTI7HDtpuSPi2vAuaTKxC0GnYV26d6fH+bOJJoMcb6
7BPjyA7Qa447ouqhAkZscXMW6j2oeRvWIKesxDHwEx3f1DSpcwjrm+Z0Cdtyv0iR
rWaKmST5DP38EfThn3s4tGBH7zd8JbGwbdrnLXINjtPkyQLIjlTdqatP3AMI1ARQ
V3GX+TRMkIhiG1FHvu60QNttkklYiKAj3ncdOBz4OmHwxq9Euo22QT5b8zIRs6rI
bMsPPNFjffmzuRJQBRk88ODLT9xDQROcCI95ydQDmpiXEFtEWwwywse5Lh8Etkwr
ZZxDCGfsUx14fJ1LUz0a
=8urR
-----END PGP SIGNATURE-----

Gregory Todd Williams (60):
      Improve regex escaping in t/algebra.t to silence warnings in perl 5.22.
      Pass prefix definitions from data and query parsing to results serialization.
      Added Attean::API::TermOrVariable->apply_binding method.
      Fix algebra generation for describe queries in SPARQL parser.
      Add planning support for DESCRIBE queries (#45).
      Pass prefix definitions from data parsing to serialization.
      Update turtle serializer to consume Attean::API::AppendableSerializer.
      Include string values in token args for single-character tokens like COMMA.
      Added simple turtle escaping tests for parsing and serializing.
      Fixed AtteanX::Parser::SPARQL to maintain its URI::NamespaceMap on prefix declarations.
      Added simple SPARQL parsing tests (#55).
      Add string value to A SPARQL and Turtle tokens.
      Added AtteanX::SPARQL::Token->as_string method, allowing attean_parse to output token streams.
      Added missing POD.
      Use /usr/bin/env to run perl scripts instead of hard-coding /usr/bin/perl.
      Use Test::Modern.
      Preserve in-scope variables in result iterators.
      Fix bugs in and add tests for SPARQL CSV and TSV serializers.
      Fix sparql_tokens generation for integer and datatyped literals.
      Remove unused SPARQL serialization code handling ANON tokens.
      Serialize SPARQL/XML bindings in a stable order.
      Add tests for SPARQL serialization of language and datatype literals.
      Fix Attean::CodeIterator type checking to handle non-blessed items properly.
      Fix AtteanX::Parser::RDFXML to properly use caller-supplied base IRI.
      Added developer tests for W3C RDF/XML test files.
      Improve code coverage of tests.
      Fix test expectations broken by 9ab24fc in t/parser-sparql.t.
      Added tests for SPARQL HTML and XML serializers.
      Remove use of RDF::Trine in xt/dawg11.t.
      Change required version of perl to 5.14 in bin/attean_query.
      Update SPARQL parser to die on unimplemented Update syntax.
      Updated prerequisites in Makefile.PL and .travis.yml.
      Improved triple model classes to allow adding and droping triple store graphs.
      Improve turtle serialization tests.
      Merge code paths for canonical NTriples serializer.
      Added remove_quads tests for memory store.
      Merge pull request #59 from kjetilk/feature-simplify
      Improve code coverage in parser and serializer tests.
      Remove unused code.
      Add test coverage for Attean::IteratorSequence.
      Merge branch 'master' of github.com:kasei/attean
      Add type checking to store get_triples and get_quads methods to prevent calling with a single pattern object (#61).
      Add test coverage for SPARQL extension function parsing.
      Merge pull request #62 from kjetilk/feature-variables-test
      Avoid attempting to parse empty XML documents when passed in as a scalar (#60).
      Don't open RDF/XML files with :encoding(UTF-8).
      Merge branch 'store_type_checks'
      Merged AbbreviatingSerializer tests into t/serializer-sparqlhtml.t (#63).
      Updated MANIFEST.
      Merge pull request #64 from kjetilk/feature-more-logging
      Added File::Slurp to Makefile.PL.
      Fixed typo on shebang line for attean_parse.
      Fix bug in Attean::Plan::Aggregate handling of COUNT(*) queries.
      Improve error reporting for unexpected EOF in AtteanX::Parser::SPARQL.
      Merge pull request #65 from kjetilk/feature-croak-on-patterns
      Changed build_requires to test_requires in Makefile.PL.
      Fixed type checks performed when ATTEAN_TYPECHECK is set.
      Die on attempts to add non-ground triples/quads to stores (#66).
      Fixed Attean::Algebra::Table to consume Attean::API::NullaryQueryTree instead of Attean::API::UnaryQueryTree.
      Updated VERSION and docs for 0.012 release.

Jonas Smedegaard (1):
      Imported Upstream version 0.012

Kjetil Kjernsmo (7):
      If the costs are 0, the sum will be just one side, so this should simplify
      Add some variables in the count_triples test for #61
      Add some debugging to the rewriter
      Log if model does not provide plans
      failing tests for when Attean::Triple gets a variable
      implement throwing an error when triple gets passed a variable
      Fix the instances of triple misuse

Varadinsky (2):
      Return HTML link instead of plain IRI #54
      Update plain IRIs to HTML links in tests #54

Zoran Varadinsky (2):
      Update SPARQLHTML serializer to return HTML links for IRIs #54
      Add tests for issue: #54

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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