-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Special characters as variable names #27
Comments
mforets
changed the title
Special charcters in variable names
Special characters as variable names
May 19, 2018
Closed
There might be more problematic cases. Maybe consider adding a prefix/suffix to all variable names (like |
|
i like the idea of name_1 |
similar to instantiation of base/network components in SpaceEx model editor |
to check that there is a name issue we can do: if any(vi ∈ names(Base) for vi in variables)
warn("conflict of a variable name and an existing name detected")
end |
It would be more helpful to output one of the variables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If one of:
e
I
is detected in
then some special care should be taken. For example transforming to math expressions in
convert
.For a unit test see this comment
The text was updated successfully, but these errors were encountered: