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
This issue is to collect ideas about how to improve this situation.
Always using a namespace is for example not possible in C, since C doesn't have namespaces. Using the same namespace everywhere is also difficult, since a TESTed "namespace" doesn't always mean the same thing: in Java this is a class name, while in Python it is a package name.
We cannot and will not inspect these strings: these are opaque values to TESTed; we just insert them in the correct position in the generated code.
Important issue about namespaces, is that they will also appear when expressions/statements are included in feedback. Users will thus see a difference with language-agnostic specifications.
Currently, language-specific literals must be written as follows:
This issue is to collect ideas about how to improve this situation.
Related #420, #399.
The text was updated successfully, but these errors were encountered: