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

Instrument name limited to length of 62 instead of 255 #4774

Closed
oeaoaueaa opened this issue Aug 16, 2023 · 2 comments
Closed

Instrument name limited to length of 62 instead of 255 #4774

oeaoaueaa opened this issue Aug 16, 2023 · 2 comments

Comments

@oeaoaueaa
Copy link

oeaoaueaa commented Aug 16, 2023

@"^[a-z][a-z0-9-._]{0,62}$", RegexOptions.IgnoreCase | RegexOptions.Compiled);

Instrument name is being limited to a length of 62 but the specification cited in the comments says that the maximum length should be 255 and then a limit of 63 for the unit.

@cijothomas
Copy link
Member

The spec just relaxed the limit from 63 to 255 couple of days back! It'd be good to get this relaxed in code as well.
@oeaoaueaa do you have interest/time to send a PR for the same?

@B3zaleel
Copy link
Contributor

@cijothomas Could you please look at PR #4798 as it addresses this issue?

@utpilla utpilla closed this as completed Aug 23, 2023
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

4 participants