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

I think we can update toUpper/toLower to work with string_view in a follow up PR, what do you think? #2106

Closed
externl opened this issue May 2, 2024 · 0 comments
Assignees
Milestone

Comments

@externl
Copy link
Member

externl commented May 2, 2024

          I think we can update toUpper/toLower to work with string_view in a follow up PR, what do you think?

Originally posted by @pepone in #2100 (comment)

Our property code currently performs an extra case-insensitive check and issue a warning if there's a case mismatch. I think we should remove this as we already warn for unknown properties.

@externl externl self-assigned this May 2, 2024
@externl externl added this to the 3.8.0 milestone May 2, 2024
externl added a commit that referenced this issue May 7, 2024
Updates the generated property code to include a boolean indicating if the property uses regular expressions for matching. It also removes the case sensitivity check on the property names in favor of a check on the prefix.

Now, if a property does not require regex we just do a plain string comparison.

Closes #2108 and #2106
@externl externl closed this as completed May 7, 2024
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this issue Jan 1, 2025
…ng (zeroc-ice/ice#2122)

Updates the generated property code to include a boolean indicating if the property uses regular expressions for matching. It also removes the case sensitivity check on the property names in favor of a check on the prefix.

Now, if a property does not require regex we just do a plain string comparison.

Closes zeroc-ice/ice#2108 and zeroc-ice/ice#2106
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

1 participant