-
Notifications
You must be signed in to change notification settings - Fork 479
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
include() not working in an at-block on 0.7/1.0 #793
Comments
I realized that I should provide a real MWE. When creating one that just defined a string, it seemed to work.
An example of the ones which are not working is:
|
The more I dig, the more I think that this is my fault. I'll reopen the issue if that does not turn out to be the case. |
The issue seems to come from my call to Replacing |
Not sure what's up here, but this is definitely a regression. The ```@eval
include("foo.jl")
``` fails with
|
I think modules created from |
Hi,
I'm having trouble updating my package since my documentation is not generated properly anymore.
I make use of your
@eval
syntax to auto-generate some documentation. This worked fine on 0.6, but not on 0.7 or 1.0.I have also tried the
@example
syntax and it inserts the code, but not the expected output from the code.Thanks!
The text was updated successfully, but these errors were encountered: