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

auto: Fix assorted issues with enums in constants. #4745

Closed
wants to merge 9 commits into from

Commits on Feb 8, 2013

  1. Configuration menu
    Copy the full SHA
    52cf61f View commit details
    Browse the repository at this point in the history
  2. Pad out enum consts to the expected size; makes enums in tuples work.

    This is wasted space if the const is just an enum, but optimizing that
    case without breaking everything else is an issue that can be addressed
    separately.
    jld committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    877fc8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cdc283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ad616a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29b9966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbb1202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30aae3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de8dc02 View commit details
    Browse the repository at this point in the history
  9. 5 Configuration menu
    Copy the full SHA
    e89d985 View commit details
    Browse the repository at this point in the history