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

Document Half Open Range Patterns + Improve Range Patterns in General #1274

Merged
merged 3 commits into from
Oct 25, 2022

Commits on Sep 8, 2022

  1. One sentence, one line Patterns chapter

    This was mostly mechanical. There are only two things of note:
    
    1. A couple sentences ended with commas instead of periods. I changed
       them to periods. They were both in the Binding Modes section, so I
       assume they were added together.
    
    2. In the static/dynamic behavior for or patterns, for two sections, I
       separated lines based on commas instead of the one really large
       sentence they are.
    isHavvy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7b1240b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Rewrite Range Patterns with Half Open ranges

    This rewrite not only adds half-open ranges to the documentation for
    stabilizing the feature, it also rewrites the entire section to answer
    more questions about how they work, like what types the range patterns
    actually match against.
    isHavvy committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    a87587e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    6c8431f View commit details
    Browse the repository at this point in the history