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 for #2071: StringSet compatibility #2098

Merged
merged 6 commits into from
Apr 26, 2022
Merged

Fix for #2071: StringSet compatibility #2098

merged 6 commits into from
Apr 26, 2022

Commits on Apr 17, 2022

  1. Fix for #2071: StringSet compatibility

    I missed an overload case being an idiot - adding the missing source break for the case in #2071.
    
    ...also fixing KeyTouch ordering while in here.
    
    Note that adding `CommandFlags` back optional seems like a quick fix and I did try that route, but in a full test suite here it became apparent that created other ambiguous overload cases, so went this route.
    NickCraver committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    44fda23 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Docs: Love! Linking, <remarks> fixes, code formatting, etc. (#2100)

    This does a few things globally to the interfaces:
    - De-dupes `<remarks>` since evidently past the first one doesn't count/render
    - Links our redis command links (and all others) so they're easily clickable!
    - Moves a few types to proper class files
    - In places sync/async methods are adjacent, utilizes `<inheritdoc cref="" /> to de-dupe
    - ...and some other misc URL cleanup throughout.
    
    In general: docs only change - I think we should merge this as-is to help PRs coming in, then I'll continue to iterate on docs.
    NickCraver authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7e06fad View commit details
    Browse the repository at this point in the history
  2. Revert "Docs: Love! Linking, <remarks> fixes, code formatting, etc." (#…

    …2108)
    
    Reverts #2100
    
    This was aimed to be merged _after_ #2098 landed, my fault. Reverting out for that to happen.
    NickCraver authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    8ee66ca View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    cd65b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d12a68 View commit details
    Browse the repository at this point in the history
  3. Add release notes

    NickCraver committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    51202f4 View commit details
    Browse the repository at this point in the history