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

remove hacks to circumvent IOCapture hang #19

Open
musoke opened this issue Jul 19, 2023 · 0 comments
Open

remove hacks to circumvent IOCapture hang #19

musoke opened this issue Jul 19, 2023 · 0 comments

Comments

@musoke
Copy link
Owner

musoke commented Jul 19, 2023

9857ede introduced some hacks to circumvent a hang when using Documenter to run doc tests.

In particular, remove these lines:

using MathLink; W`Sin`;

MathLink = "18c93696-a329-5786-9845-8443133fa0b4"

using MathLink
# Prevent IOCapture from hanging within doctests
# See https://github.com/JuliaDocs/IOCapture.jl/issues/17
W`Sin`

using MathLink
# Prevent IOCapture from hanging within doctests
# See https://github.com/JuliaDocs/IOCapture.jl/issues/17
W`Sin`

Depends on JuliaDocs/IOCapture.jl#17

musoke added a commit that referenced this issue Jul 24, 2023
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

No branches or pull requests

1 participant