Jovan Jovanovski

Results 16 comments of Jovan Jovanovski

Hello @MO1Q, I don't remember encountering this kind of issue or it being reported so far. The Swift version shouldn't be the cause of the issue as far as I...

I tried adapting the regex to fix the issue for this case, but I can't get it to work without breaking the other cases. :( If you want you can...

@sorenmortensen Hello, sorry I accidentally closed the issue. @ivanfoong made a change in a pull request that should fix your issue that you can check out.

Could you try to run it on a smaller portion of your code (preferably without pods)?

Hello @carlosandresSanchez, Thank you very much for your interest in the project. Yes, there is a way to specify which exact files or folders you want to create a diagram...

@sorenmortensen The script that generates the diagram analyses the code as a text only. When your class conforms to a protocol that is not being analyzed by the script (like...

Thanks for the report. I investigated what happens when files with an extension `.swfit.orig` are present in a directory. Turns out they are ignored when parsing. I believe the issue...

Unfortunately, I can't reproduce your issue. This is what I'm trying: the files in a directory: the files' contents: the result diagram: It appears that the file with a `.swift.orig`...

Hello @uagraw, Thank you for reporting this issue. Unfortunately, our latest update changed the logic of the diagram creation which is why you're getting a different type of diagram. Here's...

I can't tell what is happening without more information. You can run the command with the `-v` option to get more details about what is happening.