Skip to content

Strings.toString doesn't compile with integer literals #4298

Closed
@frangio

Description

@frangio

As seen in the forum, Strings.toString(1) does not compile in 4.9.0 because 1 could be a signed or unsigned integer and toString is available for signed integers since #3773.

We should rename the function to toStringSigned so that the basic toString function can be used with integer literals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeChanges that break backwards compatibility of the public API.good first issueLow hanging fruit for new contributors to get involved!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions