-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add string formatting function #3579
Comments
Based on the discord discussion, this feature can be have two parts:
|
Just wanted to chime in here, I ran into a similar need tinkering on something a while back, but maybe with some more specific constraints. I was looking to deterministically produce human-readable The reason I'm commenting here is because depending on the implementation of the I am not saying that the (Not sure where this comment belongs, the linked FLIP seems to be limited to discussion around string interpolation) |
@jribbink I agree user defined Stringer is dangerous (I raised some concerns on this before), but also a quick note, in general for your use case, native Stringer can be also dangerous. In general you need 3 properties; deterministic, uniqueness and immutable ( more like crypto hashing ) I think output of ‘log’ lacks some. |
Thanks @jribbink and @bluesign for the feedback! Given the concerns, we opened a FLIP for the |
Issue to be solved
context: https://discord.com/channels/613813861610684416/1162086721471647874/1283181721562517607
It would be nice to have some basic string formatting.
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: