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

add findall(pattern, string) #31834

Merged
merged 2 commits into from Apr 28, 2019
Merged

add findall(pattern, string) #31834

merged 2 commits into from Apr 28, 2019

Conversation

stevengj
Copy link
Member

Closes #31788.

@stevengj stevengj added the strings "Strings!" label Apr 25, 2019
@stevengj
Copy link
Member Author

32-bit AV failure is #29880. 64-bit AV failure seems to be a network error:

Worker 3 failed running test Pkg/pkg:
Some tests did not pass: 823 passed, 0 failed, 1 errored, 1 broken.Pkg/pkg: Error During Test at C:\projects\julia\julia-\share\julia\stdlib\v1.3\Pkg\test\registry.jl:262
  Got exception outside of a @test
  failed to clone from https://github.com/JuliaRegistries/Test, error: GitError(Code:ERROR, Class:OS, failed to send request: The server name or address could not be resolved

@fredrikekre fredrikekre added the needs compat annotation Add !!! compat "Julia x.y" to the docstring label Apr 28, 2019
@fredrikekre fredrikekre merged commit 6d02fe5 into master Apr 28, 2019
@fredrikekre fredrikekre deleted the findall_string branch April 28, 2019 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs compat annotation Add !!! compat "Julia x.y" to the docstring strings "Strings!"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: Make "findall" work on a string
3 participants