govarnam icon indicating copy to clipboard operation
govarnam copied to clipboard

1.9.1 leaks unprefixed symbols

Open agx opened this issue 1 year ago • 0 comments

These new symbols are public in 1.9.1 but not 1.9.0

 destroySchemeDetails@Base 1.9.1
 destroySchemeDetailsArray@Base 1.9.1
 destroySuggestions@Base 1.9.1
 destroySuggestionsArray@Base 1.9.1
 destroySymbol@Base 1.9.1
 destroySymbolArray@Base 1.9.1
 destroyTransliterationResult@Base 1.9.1
 makeSymbol@Base 1.9.1

I would expect these to be in the varnam_ namespace to not clash with other libraries in programs. Is the export of unprefixed symbols intentional?

agx avatar Nov 28 '24 14:11 agx