Skip to content

Commit

Permalink
Fix @time compat description (#46416)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Aug 22, 2022
1 parent 4ea8d56 commit e0056c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions base/timing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,8 @@ See also [`@showtime`](@ref), [`@timev`](@ref), [`@timed`](@ref), [`@elapsed`](@
!!! compat "Julia 1.8"
The option to add a description was introduced in Julia 1.8.
!!! compat "Julia 1.9"
Recompilation time being shown separately from compilation time was introduced in Julia 1.9
Recompilation time being shown separately from compilation time was introduced in Julia 1.8
```julia-repl
julia> x = rand(10,10);
Expand Down

4 comments on commit e0056c8

@maleadt
Copy link
Member

Choose a reason for hiding this comment

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

@nanosoldier runtests(ALL, configuration = (buildflags=["JULIA_BUILD_MODE=debug"], rr=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 package evaluation job has completed - possible issues were detected. A full report can be found here.

@maleadt
Copy link
Member

Choose a reason for hiding this comment

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

ugh, again:

@nanosoldier runtests(ALL, configuration = (buildflags=["JULIA_BUILD_MODE=debug"], rr=true, julia_binary="julia-debug"))

@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 package evaluation job has completed - possible issues were detected. A full report can be found here.

Please sign in to comment.