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

Add function "isConstant" #10198

Merged
merged 2 commits into from
Apr 12, 2020
Merged

Add function "isConstant" #10198

merged 2 commits into from
Apr 12, 2020

Conversation

alexey-milovidov
Copy link
Member

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added function isConstant. This function checks whether its argument is constant expression and returns 1 or 0. It is intended for development, debugging and demonstration purposes.

Detailed description / Documentation draft:
Motivated by #9810

@alexey-milovidov alexey-milovidov added the pr-feature Pull request with new product feature label Apr 12, 2020
@alexey-milovidov alexey-milovidov merged commit 791d2bc into master Apr 12, 2020
@alexey-milovidov alexey-milovidov deleted the add-function-is-constant branch April 12, 2020 02:44
@akuzm akuzm added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Apr 14, 2020
@akuzm
Copy link
Contributor

akuzm commented Apr 14, 2020

Will backport it, because the test in bug fix #10207 depends on it, and the function is self-contained.

akuzm pushed a commit that referenced this pull request Apr 14, 2020
Add function "isConstant"

(cherry picked from commit 791d2bc)
@BayoNet BayoNet mentioned this pull request May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature pr-must-backport Pull request should be backported intentionally. Use this label with great care!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants