We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This RFC suggests removing xp::stringOf() which is duplicated from util.Objects::stringOf().
xp::stringOf()
util.Objects::stringOf()
Cleaning up
util.Objects
xp
n/a
Faster
BC break -> Major version
RFC #323 - remove xp::typeOf()
The text was updated successfully, but these errors were encountered:
⚠️ XP Runners use xp::stringOf() in backtraces for uncaught exceptions and fatals.
Sorry, something went wrong.
No branches or pull requests
Scope of Change
This RFC suggests removing
xp::stringOf()
which is duplicated fromutil.Objects::stringOf()
.Rationale
Cleaning up
Functionality
util.Objects
instead ofxp::stringOf()
and released in patch-level releasesxp::stringOf()
method will be deprecated in XP9xp
class defined in lang.base.php in the next major releaseSecurity considerations
n/a
Speed impact
Faster
Dependencies
BC break -> Major version
Related documents
RFC #323 - remove xp::typeOf()
The text was updated successfully, but these errors were encountered: