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
This issue has been migrated from Redmine: https://dev.icinga.com/issues/6570
Created by gbeutner on 2014-06-24 10:38:01 00:00
Assignee: gbeutner Status: Resolved (closed on 2015-01-08 08:35:03 00:00) Target Version: 2.3.0 Last Update: 2015-02-13 06:46:53 00:00 (in Redmine)
Expressions for which we can prove that they're side-effect-free should be disallowed in expression lists:
Example:
{ "-M" }
Changesets
2015-01-08 08:34:32 00:00 by gbeutner 0091c70
Disallow side-effect-free r-value expressions in expression lists fixes #6570
2015-01-08 09:33:45 00:00 by gbeutner 093be8b
Allow side-effect-free expressions in a limited number of cases refs #6570
The text was updated successfully, but these errors were encountered:
Updated by gbeutner on 2014-06-27 07:58:28 00:00
Sorry, something went wrong.
Updated by gbeutner on 2014-07-01 11:43:33 00:00
Updated by mfriedrich on 2014-07-10 08:21:56 00:00
Updated by mfriedrich on 2014-11-24 14:26:46 00:00
Updated by gbeutner on 2015-01-08 08:33:18 00:00
Updated by gbeutner on 2015-01-08 08:33:49 00:00
Looks like I've figured out a fairly simple way to do this.
Updated by gbeutner on 2015-01-08 08:35:03 00:00
Applied in changeset 0091c70.
No branches or pull requests
This issue has been migrated from Redmine: https://dev.icinga.com/issues/6570
Created by gbeutner on 2014-06-24 10:38:01 00:00
Assignee: gbeutner
Status: Resolved (closed on 2015-01-08 08:35:03 00:00)
Target Version: 2.3.0
Last Update: 2015-02-13 06:46:53 00:00 (in Redmine)
Expressions for which we can prove that they're side-effect-free should be disallowed in expression lists:
Example:
Changesets
2015-01-08 08:34:32 00:00 by gbeutner 0091c70
2015-01-08 09:33:45 00:00 by gbeutner 093be8b
The text was updated successfully, but these errors were encountered: