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

Updates on int.ToString(format) #2861

Merged
merged 8 commits into from
Jan 2, 2024

Commits on Dec 28, 2023

  1. Update Int32Impl.cs

    Improved Hexadecimal format code as it was changing the value of the original variable (teste only on SharpLab), also added support for the decimal format
    Guillermo-Santos committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5cf7c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaea6da View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    55708e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    58500e5 View commit details
    Browse the repository at this point in the history
  2. Added test cases

    Some may need to be removed
    Guillermo-Santos committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    357ea04 View commit details
    Browse the repository at this point in the history
  3. Removed test that are not needed

    Also added a test for hex with padding
    Guillermo-Santos committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    502ce21 View commit details
    Browse the repository at this point in the history
  4. Removed unneeded method

    A method that was added to test the old impl, now that it will not be tested, it's reason to exists is no more.
    Guillermo-Santos committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    ac4dd55 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    99b0070 View commit details
    Browse the repository at this point in the history