Menu

Parsing very simple graph fails

Help
2018-10-13
2018-11-23
  • Oliver Kullmann

    Oliver Kullmann - 2018-10-13

    Hello,

    on the file Test.tlp with the content

    (tlp "2.3"
    (nb_nodes 2)
    (nodes 1..2)
    (edge 2 1 2)
    )

    the Tulip-app version 5.2 fails with the error message
    Error when parsing '' at line 4
    When using
    (nodes 1..3)
    instead, then parsing succeeds.

    This looks like a clear bug to me?

    Oliver

     
  • Patrick Mary

    Patrick Mary - 2018-11-23

    Thanks a lot for your bug report.
    This bug is now fixed in the current code line.

     

Log in to post a comment.