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
Currently, the only limitation related to naming is:
Must be A-Z
Must not start with number
That may cause issues depending on the language used, since some words can be reserved by the language or internally by karmem itself (such as SizeOf() function).
The goal is to have a list of words that can't be used as name.
The text was updated successfully, but these errors were encountered:
Now, Karmem will report with "Warnings" with the schema contains
potential conflicts with the names or uses reserved names.
It's possible to avoid it using `-s`.
Fixes#17
Now, Karmem will report with "Warnings" with the schema contains
potential conflicts with the names or uses reserved names.
It's possible to avoid it using `-s`.
Fixes#17
Now, Karmem will report with "Warnings" with the schema contains
potential conflicts with the names or uses reserved names.
It's possible to avoid it using `-s`.
Fixes#17
Currently, the only limitation related to naming is:
That may cause issues depending on the language used, since some words can be reserved by the language or internally by karmem itself (such as
SizeOf()
function).The goal is to have a list of words that can't be used as name.
The text was updated successfully, but these errors were encountered: