Diomidis Spinellis
Diomidis Spinellis
Got hit by an unmet dependency on tools.jar, which doesn't exist in my current JDK. Waiting for this to be resolved in this year's GSoC. Giving up for the time...
Thank you, yes, I know. Over the following months I will be mentoring a Google Summer of Code project to address these issues. So, the "waiting" is waiting for the...
I have never seen dot fail on correct input, so this is probably a UMLGraph bug. Can you provide a small example (one class) that replicates it? Running UMLgraph on...
Thank you for the discussion. Does one of you have UMLGraph output that causes GraphViz to crash and a test case that can reproduce it?
Thank you for the suggestion. I don't know anyone working on it, so feel free to implement it.
Many thanks for the proposed change! Can you please fork the project from GitHub supply the change as a pull request?
Great, I will be expecting it! I'm sure you will find it interesting working with git and GitHub. Note that if you have git and email in the isolated environment...
See also #7. Using the project's branches allows issues to be live only on a specific branch. Your proposed method provides a single global store for the issues. Each method...
I agree that typical workflows are designed so that issues apply to all branches. This can be easily accomplished by storing them in a separate repo. I find the idea...
I was not aware of Git worktrees, hence my intense dislike for the complications and inefficiencies of maintaining issues in a separate branch. With a worktree the idea seems workable,...