Bartek Kryza

Results 87 comments of Bartek Kryza

@oyyq99999 Thanks for reporting this. I'm currently doing a small refactor and code cleanup for 0.2.0 release, I'll try to address it...

@rob-weiss Can you generate the diagram with full verbosity and without -p and check if you get an error saying that the specified entrypoint method signature was not found?

@kahlenberg This will be a problem related to absolute vs relative paths somewhere. Any chance you could share your `.clang-uml` config and at least 1 entry from `compile_commands.json`? If not...

@rob-weiss I'm actually AFK until tomorrow afternoon, and I cant see any apparent problem in the logs on my phone but I'll check tomorrow on my monitor...

@kahlenberg Ok, I'll try to reproduce although I think this might be related to another [issue](https://github.com/bkryza/clang-uml/issues/217#issuecomment-1855972588) I've already fixed it (https://github.com/bkryza/clang-uml/pull/220/commits), unfortunately it's in master branch only not in the...

@rob-weiss I've checked the logs and it's very strange as the log message `Generated call` and `Generating message` are printed along with printing to the PlantUML output stream - so...

@kahlenberg I can't seem to be able to reproduce it, however I've published a release candidate for the next release just for MSVC, could please check if this one fixes...

@kahlenberg You can simply download the PlantUML in jar form (it requires Java) from here: https://plantuml.com/starting Also, if you don't want to install anything you can generate an image using...

@heni1 I've been thinking about it as this is definitely very useful and also possible to achieve using Clang's API - however it is not planned for the immediate future,...