Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Regression in TurtleParser in 2.3.0 Release

Please create an issues for this. We will get a fix out as soon as we
can.

Thanks,
James

On Tue, 2018-03-27 at 09:54 +0200, Andreas Schwarte wrote:
> Hi,
> 
> our unit tests have revealed a regression in the TurtleParser of the
> 2.3.0 Release:
> 
> it looks like boolean literal objects can no longer be parsed if the
> "." follows the boolean string value without a space.
> 
> Example minimal trig file
> 
> {
>      <http://www.ex.com/s> <http://www.ex.com/b> true. 
> }
> 
> 
> Note that the TrigWriter produces exactly this output (i.e. without
> the space).
> 
> Parsing " true . " seems to work fine.
> 
> I am about to file an issue for this in the bug tracker and also will
> attach unit tests (including working tests for number literals).
> 
> What is the procedure for this? Would it be possible to get a bug fix
> release (as soon as this is fixed)? For our application this is
> critical as backup files can no longer be loaded.
> 
> Best,
>  Andreas
> _______________________________________________
> rdf4j-dev mailing list
> rdf4j-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/rdf4j-dev


Back to the top