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

Return error from at-doc if macroexpand fails. #13908

Merged
merged 1 commit into from
Nov 7, 2015

Conversation

MichaelHatherly
Copy link
Member

When macroexpand fails due to an undefined macro in the expression return the resulting error rather than the more generic and misleading "invalid doc expression..." error message.

Fixes #13905.

When `macroexpand` fails due to an undefined macro in the expression
return the resulting error rather than the more generic and misleading
"invalid doc expression..." error message.

Fixes JuliaLang#13905.
@andrewcooke
Copy link
Contributor

thanks!

hayd added a commit that referenced this pull request Nov 7, 2015
Return error from `at-doc` if `macroexpand` fails.
@hayd hayd merged commit 69c7576 into JuliaLang:master Nov 7, 2015
tkelman pushed a commit that referenced this pull request Nov 7, 2015
When `macroexpand` fails due to an undefined macro in the expression
return the resulting error rather than the more generic and misleading
"invalid doc expression..." error message.

Fixes #13905.

(cherry picked from commit c4c38d1)
ref #13908
@MichaelHatherly MichaelHatherly deleted the mh/fix-13905 branch November 7, 2015 19:39
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.

None yet

4 participants