You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jazzyray: #3 adds the use of a config file plantuml.cfg. I see the following issues:
It should check for the presence of such file, or should have an option. Should not die if a config file is not present.
hide empty methods etc are necessary for the diagram to look ok. So it's better to leave these in: they could be specified in the config file, but what's the benefit given that they must always be present?
The config file is in the repository. It will be cloned. I see no reason to check for existence. If it has been deleted something has gone wrong, why not die?
@jazzyray:
#3 adds the use of a config file
plantuml.cfg
. I see the following issues:hide empty methods
etc are necessary for the diagram to look ok. So it's better to leave these in: they could be specified in the config file, but what's the benefit given that they must always be present?-config
option as per https://forum.plantuml.net/4266/configuration-file-specification (another option is to use#include
inside the file, but I think it's slightly less convenient)The text was updated successfully, but these errors were encountered: