Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow using the !include <> syntax to include stdlib files #15

Merged
merged 4 commits into from
Feb 4, 2022

Conversation

vboulaye
Copy link
Collaborator

fixes #14

I added a test to ignore the parsing of include files when they begin with a '<', to let those types of includes pass through the plantuml server.

I changed a bit the example doc to take this change into account.

And while testing this I think I found a separate problem: when generating the example, the src directory was recreated into the out directory.
I tried to fix this too in a distinct commit, but I am not too sure what I did is correct, and it should probably be done in a distinct PR anyway.
Can you let me know how you'd prefer to handle this (if what I did was ok...) ?

@christo-ph christo-ph merged commit 4bd55d0 into quantorconsulting:master Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

!include <> extensions from plantuml-stlib does not work
2 participants