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

Modules with docstring: don't replicate the module expression #229

Merged
merged 1 commit into from
Mar 29, 2019

Conversation

timholy
Copy link
Member

@timholy timholy commented Mar 28, 2019

Since we create modules incrementally as we advance through split_expressions!, when we extract docstrings we need to avoid duplicating the module definition itself.

Fixes JunoLab/Juno.jl#271

CC @BioTurboNick

Since we create modules incrementally as we advance through
`split_expressions!`, when we extract docstrings we need to avoid
duplicating the module definition itself.

Fixes JunoLab/Juno.jl#271
@timholy timholy merged commit 6b93e04 into master Mar 29, 2019
@timholy timholy deleted the teh/fix_j271 branch March 29, 2019 09:30
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.

1 participant