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: simplify computed types #866

Merged
merged 10 commits into from
Feb 7, 2024
Merged

feat: simplify computed types #866

merged 10 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    b87048b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e35bb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510adf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37162b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f43462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77770b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af1d49d View commit details
    Browse the repository at this point in the history
  8. feat: stringification of a FloatConstant now always include a decim…

    …al point
    
    This means it never clashes with the stringification of an `IntConstant`.
    lars-reimann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2be1e8f View commit details
    Browse the repository at this point in the history
  9. feat: remove duplicate constants from literal types and replace liter…

    …al types that contain only null with `Nothing?`
    lars-reimann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c5100b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ff542d View commit details
    Browse the repository at this point in the history