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
This CLI is not supporting the conditional variable definition defined in https://plantuml.com/preprocessing. If your code has !$someVar ?= "true", you get an error Unknown variable $someVar when you want to use it.
The text was updated successfully, but these errors were encountered:
ktalebian
changed the title
Support for conditional variable definition in the preprocessor
[BUG] Support for conditional variable definition in the preprocessor
Mar 4, 2022
This CLI is not supporting the conditional variable definition defined in https://plantuml.com/preprocessing. If your code has
!$someVar ?= "true"
, you get an errorUnknown variable $someVar
when you want to use it.The text was updated successfully, but these errors were encountered: