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

Update plantuml JAR - Fix ability to use hexagon in plantuml diagrams #45

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

asgrim
Copy link
Member

@asgrim asgrim commented Mar 17, 2022

Fixes #44

@asgrim asgrim added the bug Something isn't working label Mar 17, 2022
@asgrim asgrim modified the milestone: 1.3.0 Mar 17, 2022
@Ocramius Ocramius added this to the 1.3.0 milestone Mar 17, 2022
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, last comment never landed, because I forgot to send in the review :|

src/Formatter/RenderPlantUmlDiagramInline.php Outdated Show resolved Hide resolved
@asgrim asgrim self-assigned this Mar 17, 2022
Makefile Show resolved Hide resolved
@asgrim asgrim assigned asgrim and unassigned asgrim Mar 17, 2022
@Ocramius Ocramius merged commit 2fc499a into 1.3.x Mar 17, 2022
@Ocramius Ocramius deleted the fix-hexagon-in-plantuml branch March 17, 2022 10:12
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

build: ## Builds the development image needed to run tests etc.
docker buildx build --load --target=development --tag=test-image .
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't review in time :)

If this is in the makefile the tag should be something like roave/docbooktool:test-image; this current one resolves to test-image:latest which isn't scoped to a vendor/project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hexagon usage in PlantUML breaks
3 participants