-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Matrix table overflow due to huge version number #510
Comments
Thanks for the report! I particularly enjoyed the original phrasing of "ridiculously long version number" :) As a workaround (assuming the ridiculously long version number was in error), you could delete the version. I do agree it would be good to have this case handled in a more user friendly way, though. |
I edited the description to make it look more professional as something that needs more attention than jokes. (However I still find hundreds character long version ridiculously long 😅 ) Please let me know if I can help to address this one, I came up with two ideas that I can contribute with:
|
I think we update AbbreviateNumber. If you'd like to contribute a fix, I'm happy to assist. |
I prepared a straightforward fix in #511, please advise if we need anything else |
Fixed in 2.88 |
Pre issue-raising checklist
I have already (please mark the applicable with an
x
):Software versions
Expected behaviour
Long version numbers are abbreviated
Actual behaviour
Only hash commits with 40 characters are abbreviated
Other version formats are rendered raw (We use a compound versioning scheme for the graphql gateway verification.)
Steps to reproduce
Publish a contract using a long version string
The text was updated successfully, but these errors were encountered: