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

Allow BoringUtils.bore to work on probes (backport #3908) #3910

Merged
merged 1 commit into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. Allow BoringUtils.bore to work on probes (#3908)

    Extends BorginUtils.bore (and related) to work where the source is a
    probe.  Currently, if a user tries to do this, they will get an error
    about being unable to probe a probe because the old code would
    unconditionally wrap whatever the source was in `Probe`/`RWProbe`.  Change
    this to not wrap if the source is already a probe.
    
    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
    (cherry picked from commit 67f51b8)
    seldridge authored and mergify[bot] committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    80fccde View commit details
    Browse the repository at this point in the history