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

Fix strict=true not failing for doctest failures #1014

Merged
merged 1 commit into from
May 8, 2019
Merged

Conversation

mortenpi
Copy link
Member

@mortenpi mortenpi commented May 8, 2019

The issue was introduced in #958, where the push!, which was hidden away in the DocTests.report function, got accidentally removed. It is not clear from its name that the report function should have a side-effect like this, so it is cleaner if the push! calls are next to the report calls, even if it creates slight code duplication.

Fix #1003

The issue was introduced in #958, where the push!, which was hidden away
in the DocTests.report function, got accidentally removed. It is not
clear from its name that the report function should have a side-effect
like this, so it is cleaner if the push! calls are next to the report
calls, even if it creates slight code duplication.

Fix #1003
@mortenpi mortenpi added this to the 0.22.4 milestone May 8, 2019
@mortenpi mortenpi merged commit 1d05106 into master May 8, 2019
@mortenpi mortenpi deleted the mp/fix-strict branch May 8, 2019 21:40
omus added a commit to JuliaTime/TimeZones.jl that referenced this pull request May 16, 2019
Was an issue with Documenter which was fixed in version 0.22.4:

JuliaDocs/Documenter.jl#1014
omus added a commit to JuliaTime/TimeZones.jl that referenced this pull request May 17, 2019
Was an issue with Documenter which was fixed in version 0.22.4:

JuliaDocs/Documenter.jl#1014
kpamnany pushed a commit to RelationalAI-oss/TimeZones.jl that referenced this pull request May 5, 2023
Was an issue with Documenter which was fixed in version 0.22.4:

JuliaDocs/Documenter.jl#1014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

strict = true does not work in 0.22
1 participant