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

Added support for the Number primitive. #31

Merged
merged 8 commits into from
Jun 23, 2024

Conversation

tacosontitan
Copy link
Owner

@tacosontitan tacosontitan commented Apr 13, 2024

This PR adds support for the Number primitive which covers the following .NET types:

  • byte
  • float
  • double
  • short
  • ushort
  • int
  • uint
  • long
  • ulong
  • Int128
  • UInt128

Additional consideration will be made for BigInteger in the future, but for now it's been decided that the baseline types are all that should be delivered with the initial release.

@tacosontitan
Copy link
Owner Author

tacosontitan commented Apr 13, 2024

This workload needs more accurate information on which interfaces need to be implemented for consistency with .NET, so we're discussing that with #43.

@tacosontitan tacosontitan added enhancement New feature or request help wanted Extra attention is needed labels Apr 13, 2024
@tacosontitan tacosontitan added this to the Primitives milestone Apr 13, 2024
@tacosontitan tacosontitan self-assigned this Apr 13, 2024
@tacosontitan tacosontitan marked this pull request as ready for review June 23, 2024 18:28
@tacosontitan tacosontitan merged commit 3d71ab7 into main Jun 23, 2024
1 of 2 checks passed
@tacosontitan tacosontitan deleted the features/number-primitive branch June 23, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment