Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoted string in Graphiz output too long #10

Open
HansH opened this issue Aug 10, 2018 · 1 comment
Open

Quoted string in Graphiz output too long #10

HansH opened this issue Aug 10, 2018 · 1 comment

Comments

@HansH
Copy link

HansH commented Aug 10, 2018

Since we're dealing wit templates, we can have pretty long typenames. For me this results in the following error when invoking dot:

syntax error in line 33728 scanning a quoted string (missing endquote? longer than 16384?)

On the mentioned line there is indeed a label which contains a long typename, causing the string to be longer than 16384 characters.

Maybe truncate long typenames? It's not ideal, but better than something that doesn't work at all

@frabert
Copy link

frabert commented Nov 25, 2018

It seems that the conversion utility is actually truncating output files, you can observe this by generating an xml file and noticing that the resulting XML schema is not complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants