You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/06/17 18:43:18 UTC

[GitHub] jena pull request #263: Writer updates

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/263

    Writer updates

    JENA-369: Some lists in WHERE blocks are printed in ()-form - in particular, property functions are likely to be done this way.
    
    JENA-1361: Fix bug in update output.
    
    The existing testing already covers the changes in `TestSerialziation`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena writer-updates

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/263.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #263
    
----
commit bb7af3b4d1a7a11c1b48a31917d17c96d1291109
Author: Andy Seaborne <an...@apache.org>
Date:   2017-06-17T14:41:23Z

    General tidying up.

commit d377dd141028ae81ed373b86d3fc8f26cc898447
Author: Andy Seaborne <an...@apache.org>
Date:   2017-06-17T14:44:48Z

    JENA-1361: Convert back to blank nodes.

commit 78217659c3a4185a06cc0ef69b3ef6093fcb6c0d
Author: Andy Seaborne <an...@apache.org>
Date:   2017-06-17T14:45:20Z

    Support --fixup of prefix names.

commit 9a3a072e14203e2a6712bfc2444cf94538f49e92
Author: Andy Seaborne <an...@apache.org>
Date:   2017-06-17T14:45:36Z

    Tidy up.

commit b68a996e571a65a1f55aa0859e01decc5a7aae1d
Author: Andy Seaborne <an...@apache.org>
Date:   2017-06-17T14:48:12Z

    JENA-369: Output pretty lists in basic graph patterns.
    
    This includes property functions.
    Conversion is cautious - it looks for the triples as the parser
    might output them.
    
    Nested bnodes structures in lists are not converted back.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #263: Writer updates

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/263


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #263: Writer updates

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/263
  
    Printing basic graph patterns prettily for queries is a different problem to printing Turtle if it is to retain the triple ordering of the BGP.
    
    This PR conservatively spots the layout the parser generates and puts back pretty lists for at least flat lists.
    
    It does not apply to property paths.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---