-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update graphviz-java to 0.18.1 #151
Conversation
Probably just like in the other PRs, tests are failing |
I'm on it. The default graphviz .dot output has changed. |
- `edge ["dir"="forward"]` and `edge ["dir"="none"]` seems to be added by default - attributes are sorted differently (not strictly alphabetical...)
@vanniktech I think I'll have to way for #150. |
@SimonMarquis can you please rebase / merge with master? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dope thanks!
It seems like it is stuck on a test. On my local machine the jvm crashes quite fast with an OOM. |
Interesting, I have:
|
I also get those kind of errors on the
|
Can you run with |
I now have the same test failures, I'll fix them right now. |
At least now it fails with: |
I'm not sure the jvm options specified in |
Can you try on the GradleRunner |
There are more interesting logs with the --stacktrace. |
Removing the custom font fixed the build on my machine 🤯 |
Meaning the OOM that we get on CI as well? |
No, only the |
And update related unit tests.
🎉 So I guess forcing the |
You're a legend! I don't remember why I forced the font, but that basically implies it's not important. |
Thank you for the other necessary updates 🙏 |
Closes #145 and should fix #144 as well.