-
Notifications
You must be signed in to change notification settings - Fork 31
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
Misleading Error Message when extension name is > NAMEDATALEN #100
Comments
I think #103 may address this. Going to try that out... |
I think there's a bug here, albeit at the edge.
What's happening is that the two functions we create (control function, version function) are truncated to have the same name. So it's coming across as the extension is already installed when really it's just the name is too long. So yes, it's a misleading error message, but we're not capping the name of the extension to an appropriate length. |
Lowering the priority on this. I don't think this has v1.0.0 impact as it's an edge case. We should fix it in the fullness of time. Leaving this in the milestone in case someone wants to pick it up, but deprioritizing it. |
It says the extension's already installed even though this is our first time installing it.
The text was updated successfully, but these errors were encountered: