Skip to content
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

Validate characters in SpawnNamed names #80

Closed
rogeralsing opened this issue Jan 23, 2017 · 2 comments
Closed

Validate characters in SpawnNamed names #80

rogeralsing opened this issue Jan 23, 2017 · 2 comments

Comments

@rogeralsing
Copy link
Collaborator

We don't do any validation at all of the name passed to Spawn.
We should probably prevent the use of things like / as that is used when creating child names.

@stuartcarnie
Copy link
Contributor

👍 what would it look like? Would a valid language identifier suffice? No operators, #, :, |, and so on?

@rogeralsing
Copy link
Collaborator Author

And let's not forget about our non latin alphabet users. e.g. it should still be possible to name your actors in Mandarin if you want.
Lets just focus on control characters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants