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

Truncate strings that are to long #50

Open
vchuravy opened this issue Jan 24, 2022 · 3 comments
Open

Truncate strings that are to long #50

vchuravy opened this issue Jan 24, 2022 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@vchuravy
Copy link
Member

Error: <stdin>: syntax error in line 22 scanning a quoted string (missing endquote? longer than 16384?)
String starting:"_savevalues!(::OrdinaryDiffEq.ODEIntegrator{OrdinaryDiffEq.Euler, true, ClimaCor
@NHDaly NHDaly added good first issue Good for newcomers help wanted Extra attention is needed bug Something isn't working labels Jan 31, 2022
@Uroc327
Copy link

Uroc327 commented Feb 3, 2023

How do you want to do this? Some semantic/nested truncation where inner details are left out or just cutting off like jrfonseca/gprof2dot@cbce996 .

@vchuravy
Copy link
Member Author

vchuravy commented Feb 3, 2023

Semantic aware would be nice, but I suspect cutting it off is good enough.

@michel2323
Copy link

I compiled graphviz with a custom value of YY_BUF_SIZE in scan.l and scan.c. I used actually the value that is commented out there, so I assume others ran into this too in C++. That might be a bit of brute force, but it worked in my case, and since Graphviz_jll should be an artifact soon #71 , that might resolve it in most cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants