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

In the expression returned by the parse_pstats_options function, expand the output of parse_groups #32

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

DilumAluthge
Copy link
Collaborator

@DilumAluthge DilumAluthge commented Jul 28, 2023

Motivation: I want to use parse_pstats_options outside of LinuxPerf.jl, so we need to change parse_groups to LinuxPerf.parse_groups to make sure it works even if parse_groups is not in scope.

Needed for JuliaCI/BenchmarkTools.jl#325


Note: parse_pstats_options is internal to LinuxPerf.jl, so downstream users of parse_pstats_options (like myself) should set the [compat] for LinuxPerf.jl to the exact major.minor.patch version.

@DilumAluthge DilumAluthge marked this pull request as ready for review July 28, 2023 18:43
@DilumAluthge
Copy link
Collaborator Author

cc: @vchuravy

src/LinuxPerf.jl Outdated Show resolved Hide resolved
Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
@DilumAluthge DilumAluthge changed the title In the expression returned by the parse_pstats_options function, fully qualify the parse_groups function In the expression returned by the parse_pstats_options function, expand the output of parse_groups Aug 4, 2023
@vchuravy vchuravy merged commit 18a21eb into JuliaPerf:master Aug 4, 2023
1 check failed
@DilumAluthge DilumAluthge deleted the dpa/parse_groups branch August 4, 2023 14:10
@DilumAluthge
Copy link
Collaborator Author

@vchuravy Is the CI failure expected?

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.

None yet

2 participants