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

Strings comparison is not supported #672

Open
mikir opened this issue Nov 26, 2024 · 0 comments
Open

Strings comparison is not supported #672

mikir opened this issue Nov 26, 2024 · 0 comments
Labels
c++ C++ language generator core Zserio core module doc HTML documentation generator enhancement New feature or request java Java language generator python Python language generator xml XML generator
Milestone

Comments

@mikir
Copy link
Contributor

mikir commented Nov 26, 2024

Currently, strings comparison is not supported at all in the Zserio expressions. The following example

struct Data
{
    string text;
    varuint32 value if text == "";
};

fails with the error message

String comparison is not implemented!
@mikir mikir added enhancement New feature or request python Python language generator java Java language generator core Zserio core module c++ C++ language generator doc HTML documentation generator xml XML generator labels Nov 26, 2024
@mikir mikir added this to the Backlog milestone Nov 26, 2024
@mikir mikir modified the milestones: Backlog, 2.17 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++ language generator core Zserio core module doc HTML documentation generator enhancement New feature or request java Java language generator python Python language generator xml XML generator
Projects
None yet
Development

No branches or pull requests

1 participant