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

feat: add a simplify for error messages #156

Merged
merged 5 commits into from
Nov 29, 2023
Merged

feat: add a simplify for error messages #156

merged 5 commits into from
Nov 29, 2023

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. Fix broken links

    Co-authored-by: konsti <konstin@mailbox.org>
    Eh2406 and konstin authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8f7ef55 View commit details
    Browse the repository at this point in the history
  2. Inline locate_versions, to simplify lifetimes

    While attempting to use this simplification code I got an odd lifetime error with
    ```
    let c = set.complement();
    let s = c.simplify(versions);
    s.complement()
    ```
    By in lining locate_versions the lifetimes could be simplified so that that code works
    Eh2406 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    db745af View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. correct capitalization

    Co-authored-by: Zanie Blue <contact@zanie.dev>
    Eh2406 and zanieb authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    581f66d View commit details
    Browse the repository at this point in the history
  2. improve comment

    Co-authored-by: Zanie Blue <contact@zanie.dev>
    Eh2406 and zanieb authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e518819 View commit details
    Browse the repository at this point in the history