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

Convert some julia-repl examples to doctests #57452

Merged
merged 6 commits into from
Feb 19, 2025

Conversation

lgoettgens
Copy link
Contributor

Some progress towards #56921.

@lgoettgens
Copy link
Contributor Author

The remaininng CI failures seem unrelated to my changes. Could someone please review this? Maybe @LilithHafner ?

@@ -102,7 +102,7 @@ g (generic function with 1 method)
julia> @code_typed f([1.0])
CodeInfo(
1 ─ %1 = invoke Main.g(_2::AbstractArray)::Float64
1 ─ %1 = invoke g(A::AbstractArray)::Float64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This indentation is strange. I wonder if that change was intentional. Might be worh bisecting it.

@LilithHafner
Copy link
Member

That said, this PR LGTM. Thanks for the contribution!

@LilithHafner LilithHafner added docs This change adds or pertains to documentation test This change adds or pertains to unit tests labels Feb 19, 2025
@LilithHafner LilithHafner merged commit e67a22c into JuliaLang:master Feb 19, 2025
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants