We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like this fails:
Random\Class: SomeClass: value: '50%? <numberBetween(1, 100)> : <numberBetween(-100, -1)>'
Fails with the exception:
Could not lex the value ">".
Whereas this passes:
Random\Class: SomeClass: value: '50%? <numberBetween(1, 100)> : ""'
Was working in Alice 2.x. Currently upgrading to 3.x.
Current workaround:
Random\Class: SomeClass: value1: '<numberBetween(1, 100)>' value2: '<numberBetween(-100, -1)>' value: '50%? $value1 : $value2'
The text was updated successfully, but these errors were encountered:
Same as #761 I'm afraid :/
Sorry, something went wrong.
I'll be closing this one as per the discussion in #761, the real fix is in #601.
No branches or pull requests
Something like this fails:
Fails with the exception:
Could not lex the value ">".
Whereas this passes:
Was working in Alice 2.x. Currently upgrading to 3.x.
Current workaround:
The text was updated successfully, but these errors were encountered: