Skip to content

Asciidoctor: Log absolute path when copying images - #565

Merged
nik9000 merged 1 commit into
elastic:masterfrom
nik9000:asciidoctor_copy_images_cleanup
Feb 4, 2019
Merged

Asciidoctor: Log absolute path when copying images#565
nik9000 merged 1 commit into
elastic:masterfrom
nik9000:asciidoctor_copy_images_cleanup

Conversation

@nik9000

@nik9000 nik9000 commented Jan 30, 2019

Copy link
Copy Markdown
Member

Switch the copy_images Asciidoctor plugin to log the absolute path
when copying images and clean up some rough spots in the tests around
copy_images that I bumped into when making this change.

Switch the `copy_images` Asciidoctor plugin to log the absolute path
when copying images and clean up some rough spots in the tests around
`copy_images` that I bumped into when making this change.
@nik9000
nik9000 requested a review from ddillinger January 30, 2019 15:38
warnings_string = logger.messages
.map { |l| "#{l[:severity]}: #{l[:message].inspect}" }
.join('\n')
.join("\n")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is a little oopsie I caught!

@ddillinger ddillinger left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

lgtm!

@nik9000
nik9000 merged commit bfe80f6 into elastic:master Feb 4, 2019
@nik9000

nik9000 commented Feb 4, 2019

Copy link
Copy Markdown
Member Author

Thanks for reviewing @ddillinger !!

nik9000 added a commit that referenced this pull request Feb 15, 2019
Switch the `copy_images` Asciidoctor plugin to log the absolute path
when copying images and clean up some rough spots in the tests around
`copy_images` that I bumped into when making this change.
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.

2 participants