-
Notifications
You must be signed in to change notification settings - Fork 8
Undefined symbols in Gettext for GemStone #55
Copy link
Copy link
Closed
Milestone
Description
I'm adding the option to run full GLASS (GsDevKit) tests in Seaside31 so that things like sent but not implemented and undefined symbols can be uncovered as well as regressions in dependent projects (when tests are loaded) and found these undefined symbols for Gettext:
2@ -> #'TextDomainManager'->aDictionary( NaturalLanguageTranslator class->anArray( 'translate:toLocale:'))
3@ -> #'thisContext'->aDictionary( NaturalLanguageTranslator class->anArray( 'translate:toLocale:'))
4@ -> #'WAGetTextExporter'->aDictionary( WAGettextExample class->anArray( 'export'))
Not a big deal, just recording things
Reactions are currently unavailable