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

Subsystem & Command Name Validation #26

Open
AustinShalit opened this issue Jan 4, 2017 · 3 comments
Open

Subsystem & Command Name Validation #26

AustinShalit opened this issue Jan 4, 2017 · 3 comments

Comments

@AustinShalit
Copy link
Member

AustinShalit commented Jan 4, 2017

Subsystems and Commands should be validated to have the following properties:

  • have a capital letter
  • Do not conflict with another wpilib class name
@phurley
Copy link
Contributor

phurley commented Apr 6, 2017

They also allow illegal characters such as "." (I was hoping it would be smart enough to build a folder).

@sciencewhiz
Copy link
Collaborator

@SamCarlberg I can't find an easy place to insert this type of validation. Am I missing something?

@sciencewhiz
Copy link
Collaborator

Should also handle leading spaces (#139)

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

3 participants