You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to namespace those before the next release as we can't drop symbols afterwards and we're polluting the namespace for other libs linked by programs otherwise.
Midterm it would make sense to prefix all symbols with a single prefix (e.g. varnam_ or just v_) and bump the soname once.
The text was updated successfully, but these errors were encountered:
agx
referenced
this issue
in anoop142/govarnam
Nov 5, 2023
There's some symbols that neither use the
vm_
,varnam_
orvararray_
prefix: see https://github.com/anoop142It would be good to namespace those before the next release as we can't drop symbols afterwards and we're polluting the namespace for other libs linked by programs otherwise.
Midterm it would make sense to prefix all symbols with a single prefix (e.g.
varnam_
or justv_
) and bump the soname once.The text was updated successfully, but these errors were encountered: