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

Enums #344

Merged
merged 25 commits into from
Sep 29, 2020
Merged

Enums #344

merged 25 commits into from
Sep 29, 2020

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    7508425 View commit details
    Browse the repository at this point in the history
  2. update tests

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    43fe4d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e300f0d View commit details
    Browse the repository at this point in the history
  4. make naming consistent

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    464f83a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b4afdd View commit details
    Browse the repository at this point in the history
  6. declare members for enums

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bb51205 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a206b6b View commit details
    Browse the repository at this point in the history
  8. check enum raw type

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    eb4be28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6407601 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    919251c View commit details
    Browse the repository at this point in the history
  11. fix tests

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e074be2 View commit details
    Browse the repository at this point in the history
  12. record member case origins

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b94a8c6 View commit details
    Browse the repository at this point in the history
  13. make enums equatable

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    161fcde View commit details
    Browse the repository at this point in the history
  14. export raw value field name

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    2dc2456 View commit details
    Browse the repository at this point in the history
  15. implement enum constructor

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6966c08 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    12777b6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b7a7e50 View commit details
    Browse the repository at this point in the history
  18. test enums

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c0eb19f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    20a09be View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    66e09a0 View commit details
    Browse the repository at this point in the history
  21. document enums

    turbolent committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    5344cc6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    58b7df3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e32e5cb View commit details
    Browse the repository at this point in the history
  24. Apply suggestions from code review

    Co-authored-by: Leo Zhang <zhangchiqing@gmail.com>
    turbolent and zhangchiqing committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    3286e16 View commit details
    Browse the repository at this point in the history
  25. point out that enum cases are always public for now

    Co-authored-by: Leo Zhang <zhangchiqing@gmail.com>
    turbolent and zhangchiqing committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8a749aa View commit details
    Browse the repository at this point in the history