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

Name of "source" item #6

Open
BaptisteCecconi opened this issue Mar 28, 2019 · 2 comments
Open

Name of "source" item #6

BaptisteCecconi opened this issue Mar 28, 2019 · 2 comments
Assignees

Comments

@BaptisteCecconi
Copy link
Collaborator

It seems that the source name seems must be of the form "SourceXXX" where XXX is a number (or a string that can be interpreted as a float).

  • Source1 is valid
  • Source1.1 is valid
  • Source01 is valid
  • Source10 is valid
  • Source_10 is invalid
  • Source_N10d is invalid

This can be included into the JSON schema validation.

@BaptisteCecconi
Copy link
Collaborator Author

BaptisteCecconi commented Mar 28, 2019

Parsing constrain is in src/src.pro line 480

@CorentinLouis
Copy link
Collaborator

CorentinLouis commented Mar 28, 2019 via email

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

No branches or pull requests

2 participants