Skip to content

Commit

Permalink
Add compat entry for Base.donotdelete (#55773)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Sep 14, 2024
1 parent 243bded commit 346f38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3712,6 +3712,9 @@ unused and delete the entire benchmark code).
which the value of the arguments of this intrinsic were available (in a register,
in memory, etc.).
!!! compat "Julia 1.8"
This method was added in Julia 1.8.
# Examples
```julia
Expand Down

2 comments on commit 346f38b

@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 package evaluation, I will reply here when finished:

@nanosoldier runtests(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.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.