Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stephaneyfx/enum-iterator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: stephaneyfx/enum-iterator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 3, 2022

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

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    4694c68 View commit details
    Browse the repository at this point in the history
  2. Bump dependencies

    stephaneyfx committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    ad31808 View commit details
    Browse the repository at this point in the history
  3. Bump versions

    stephaneyfx committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    46b561c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Dereference matched value

    This ensures patterns are exhaustive even in the case of an enum without variants.
    
    Resolves #16
    stephaneyfx committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    acdef03 View commit details
    Browse the repository at this point in the history
  2. Bump versions

    stephaneyfx committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    70fadf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 20, 2022

  1. Improve enum traversal

    The previous implementation would lead to a combinatorial explosion in the number of generated lines, making the compilation extremely slow as the number of variants grow.
    stephaneyfx committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    3adab1c View commit details
    Browse the repository at this point in the history
  2. Bump versions

    stephaneyfx committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    e783403 View commit details
    Browse the repository at this point in the history
Loading