Skip to content

Commit

Permalink
Merge pull request #34075 from JuliaLang/mbauman-patch-2
Browse files Browse the repository at this point in the history
Fix doctests from #33907
  • Loading branch information
mbauman authored Dec 11, 2019
2 parents 2b28402 + e2b0823 commit 20595cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ find_aac(::Tuple{}) = nothing
find_aac(a::ArrayAndChar, rest) = a
find_aac(::Any, rest) = find_aac(rest)
# output
find_aac (generic function with 5 methods)
find_aac (generic function with 6 methods)
```

From these definitions, one obtains the following behavior:
Expand Down

2 comments on commit 20595cc

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.