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

Embrace const where possible #103

Merged
merged 14 commits into from Jun 29, 2019
Merged

Embrace const where possible #103

merged 14 commits into from Jun 29, 2019

Commits on Jun 29, 2019

  1. Make exceptions const

    passsy committed Jun 29, 2019
    Copy the full SHA
    f7b403f View commit details
    Browse the repository at this point in the history
  2. Remove properties from mixins to allow const constructors

    Moved lastIndex out of extensions
    passsy committed Jun 29, 2019
    Copy the full SHA
    7afe8d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    93264d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    355f0ea View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1e4740c View commit details
    Browse the repository at this point in the history
  6. Fix empty list generic type

    passsy committed Jun 29, 2019
    Copy the full SHA
    bd957d9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ff2ac44 View commit details
    Browse the repository at this point in the history
  8. Test const constructor and generic return types

    This prevents somebody changing the return type to a const where T == dynamic
    passsy committed Jun 29, 2019
    Copy the full SHA
    a318c11 View commit details
    Browse the repository at this point in the history
  9. Add const where possible

    passsy committed Jun 29, 2019
    Copy the full SHA
    ccc2c09 View commit details
    Browse the repository at this point in the history
  10. Tuples can be const

    passsy committed Jun 29, 2019
    Copy the full SHA
    782b55f View commit details
    Browse the repository at this point in the history
  11. Test tuples can be const

    passsy committed Jun 29, 2019
    Copy the full SHA
    4056306 View commit details
    Browse the repository at this point in the history
  12. Reformat

    passsy committed Jun 29, 2019
    Copy the full SHA
    0ef6612 View commit details
    Browse the repository at this point in the history
  13. Use const where possible

    passsy committed Jun 29, 2019
    Copy the full SHA
    bf0f1c6 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7ce5207 View commit details
    Browse the repository at this point in the history