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

Fix boring tap of non-passive source from parent. #4083

Merged
merged 1 commit into from
May 24, 2024
Merged

Commits on May 23, 2024

  1. Fix boring tap of non-passive source from parent.

    Expected result is fully aligned, which is what happens
    when reading from a probe.
    
    When the source is already at the LCA (from parent)
    there's no probe and the secret connections only support
    a few commands.
    
    For lack of a way to do, e.g., `:#=` here,
    use `read(probe(x))` to get the fully aligned result
    that's expected and bored down to the child.
    
    This isn't ideal but fixes this using only the sorts of expressions
    and commands that we've already committed to supporting.
    
    Fixes #3557.
    dtzSiFive committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2afe459 View commit details
    Browse the repository at this point in the history