Skip to content

Patching the files in base and updating init.c #58495

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

arnavk23
Copy link
Contributor

using the pull requests #58464 and #58020, I have updated files in base and init.c for #50278 and #58020.

@@ -9,7 +9,7 @@ Create a async condition that wakes up tasks waiting for it
(by calling [`wait`](@ref) on the object)
when notified from C by a call to `uv_async_send`.
Waiting tasks are woken with an error when the object is closed (by [`close`](@ref)).
Use [`isopen`](@ref) to check whether it is still active.
Use [`isopen`](@ref) to check whether it is still active. An closed condition is inactive and will.
Copy link
Contributor

Choose a reason for hiding this comment

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

Besides the trailing whitespace, this sentence is incomplete

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@giordano updated all, please review the changes again.

Comment on lines 210 to 216
"""
close(t::Union{Timer, AsyncCondition})
Close an object `t` and thus mark it as inactive. Once a timer or condition is inactive, it will not produce a new event.
See also: [`isopen`](@ref)
"""

function close(t::Union{Timer, AsyncCondition})
Copy link
Contributor

Choose a reason for hiding this comment

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

The blank line between the string and the method definition means that the string is not being attached to the method as a docstring

base/regex.jl Outdated
Comment on lines 436 to 438
"""

function match(re::Regex, str::Union{SubString{String}, String}, idx::Integer,
Copy link
Contributor

Choose a reason for hiding this comment

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

Again, blank line between string and method definition

@KristofferC
Copy link
Member

I don't really understand what is going on here. These are updates to other PRs?

@arnavk23
Copy link
Contributor Author

Worked on a pr where the author has been inactive for the last year along side additions to my previous pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants