[jira] [Commented] (JENA-1504) TrigBlock writer can lose triples

2018-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394219#comment-16394219
 ] 

ASF GitHub Bot commented on JENA-1504:
--

Github user asfgit closed the pull request at:

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


> TrigBlock writer can lose triples
> -
>
> Key: JENA-1504
> URL: https://issues.apache.org/jira/browse/JENA-1504
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 3.6.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.7.0
>
>
> Example: run {{riot --out TRIG }}.
> {noformat}
> PREFIX : 
> :s :p "Triple" .
> # This cause the above to be lost.
> :g { :s :p "NG", "NG1" }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1504) TrigBlock writer can lose triples

2018-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394218#comment-16394218
 ] 

ASF subversion and git services commented on JENA-1504:
---

Commit 2ce86cdd73abd596cd9cfc95768a9c7851511411 in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=2ce86cd ]

JENA-1504: Merge commit 'refs/pull/378/head' of https://github.com/apache/jena

This closes #378.


> TrigBlock writer can lose triples
> -
>
> Key: JENA-1504
> URL: https://issues.apache.org/jira/browse/JENA-1504
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 3.6.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.7.0
>
>
> Example: run {{riot --out TRIG }}.
> {noformat}
> PREFIX : 
> :s :p "Triple" .
> # This cause the above to be lost.
> :g { :s :p "NG", "NG1" }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1504) TrigBlock writer can lose triples

2018-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394215#comment-16394215
 ] 

ASF subversion and git services commented on JENA-1504:
---

Commit f3549cabc95113412aa6d7e2e82066f0d836cd1d in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=f3549ca ]

JENA-1504: Fix batch handling.

Fix new line output.

> TrigBlock writer can lose triples
> -
>
> Key: JENA-1504
> URL: https://issues.apache.org/jira/browse/JENA-1504
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 3.6.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.7.0
>
>
> Example: run {{riot --out TRIG }}.
> {noformat}
> PREFIX : 
> :s :p "Triple" .
> # This cause the above to be lost.
> :g { :s :p "NG", "NG1" }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1504) TrigBlock writer can lose triples

2018-03-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16393345#comment-16393345
 ] 

ASF GitHub Bot commented on JENA-1504:
--

GitHub user afs opened a pull request:

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

JENA-1504: Fix batch handling.

Fix batch handling.
Fix new line output.

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

$ git pull https://github.com/afs/jena trig-blocks

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

https://github.com/apache/jena/pull/378.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 #378


commit f3549cabc95113412aa6d7e2e82066f0d836cd1d
Author: Andy Seaborne 
Date:   2018-03-09T18:33:50Z

JENA-1504: Fix batch handling.

Fix new line output.




> TrigBlock writer can lose triples
> -
>
> Key: JENA-1504
> URL: https://issues.apache.org/jira/browse/JENA-1504
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 3.6.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.7.0
>
>
> Example: run {{riot --out TRIG }}.
> {noformat}
> PREFIX : 
> :s :p "Triple" .
> # This cause the above to be lost.
> :g { :s :p "NG", "NG1" }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1504) TrigBlock writer can lose triples

2018-03-09 Thread Andy Seaborne (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16393335#comment-16393335
 ] 

Andy Seaborne commented on JENA-1504:
-

It gets the first blank lie wrong as well when the first named graph is output.

> TrigBlock writer can lose triples
> -
>
> Key: JENA-1504
> URL: https://issues.apache.org/jira/browse/JENA-1504
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 3.6.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.7.0
>
>
> Example: run {{riot --out TRIG }}.
> {noformat}
> PREFIX : 
> :s :p "Triple" .
> # This cause the above to be lost.
> :g { :s :p "NG", "NG1" }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)