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

Add doctest, missing import, refs, and stream -> io for multimedia #25000

Merged
merged 1 commit into from
Dec 9, 2017

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Dec 9, 2017

the base64 encoding stuff for stringmime needs the import

@kshyatt kshyatt added domain:docs This change adds or pertains to documentation domain:io Involving the I/O subsystem: libuv, read, write, etc. labels Dec 9, 2017
@@ -15,7 +15,7 @@ export AbstractDisplay, display, pushdisplay, popdisplay, displayable, redisplay
# struct MIME{mime} end
# macro MIME_str(s)
import Base: MIME, @MIME_str

import Base64
Copy link
Member

Choose a reason for hiding this comment

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

Isn't this a bit weird? I thought we moved Base64 out because nothing in Base depend on it?

Copy link
Sponsor Member

Choose a reason for hiding this comment

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

I think stuff in Base depend on it (that's why it is in a bit weird place in sysimg.jl).

Copy link
Member

Choose a reason for hiding this comment

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

Why is it needed here? For the doctests? Or is there a method in this file that the test don't cover?

@kshyatt
Copy link
Contributor Author

kshyatt commented Dec 9, 2017 via email

@kshyatt
Copy link
Contributor Author

kshyatt commented Dec 9, 2017

Is this ok to go? Did I answer your question, @fredrikekre ?

@fredrikekre fredrikekre merged commit 40e7d29 into master Dec 9, 2017
@fredrikekre fredrikekre deleted the ksh/mimedoc branch December 9, 2017 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation domain:io Involving the I/O subsystem: libuv, read, write, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants