You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/26 00:45:00 UTC

[jira] [Commented] (ANY23-316) Yaml parser does not halndle intentional null value

    [ https://issues.apache.org/jira/browse/ANY23-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303420#comment-16303420 ] 

ASF GitHub Bot commented on ANY23-316:
--------------------------------------

GitHub user jgrzebyta opened a pull request:

    https://github.com/apache/any23/pull/51

    Solved ANY23-316

    Add handler for `null` values. Parser encodes all `null` values as RDF IRI `http://yaml.org/spec/1.2/spec.html#Null`.
    
    - create RDF value for null values: yaml:Null
    - update null-aware unit test
    - modify example for unit test: 'null' value is an item of a list

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

    $ git pull https://github.com/jgrzebyta/any23 ANY23-316

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

    https://github.com/apache/any23/pull/51.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 #51
    
----
commit b786e899b738886e240e12a84c2c291c75ecd694
Author: Jacek Grzebyta <gr...@...>
Date:   2017-12-26T00:37:13Z

    Solved ANY23-316
    
    - create value for null values: yaml:Null
    - update null-aware unit test
    - modify example for unit test: 'null' value is an item of a list
    
    Signed-off-by: Jacek Grzebyta <gr...@gmail.com>

----


> Yaml parser does not halndle intentional null value
> ---------------------------------------------------
>
>                 Key: ANY23-316
>                 URL: https://issues.apache.org/jira/browse/ANY23-316
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>            Reporter: Jacek Grzebyta
>            Priority: Minor
>
> I found yaml parser does not handle `null` value.
> This issue was found for null values within a list.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)