grammar.js: Segregate sort_by and limit from filters
Closed
requested to merge generated-differential-D6024-source into generated-differential-D6024-target
The grammar should not allow using sort_by and limit more than once throughout the query.
Unlike other filters, these two must not be concatenated by 'and' or 'or'
Migrated from D6024 (view on Phabricator)
Merge request reports
Activity
Filter activity
Build is green
Patch application report for D6024 (id=21781)
Rebasing onto 2edbbbe8...
Current branch diff-target is up to date.
Changes applied before test
commit db10813f0cf35c484ad832478d56da9eb004db18 Author: KShivendu <shivendu@iitbhilai.ac.in> Date: Tue Jul 13 16:21:51 2021 +0530 grammar.js: Segregate sort_by and limit from filters Summary: The grammar should not allow using sort_by and limit more than once throughout the query. Unlike other filters, these two must not be concatenated by 'and' or 'or' Test Plan: Reviewers: Subscribers:
See https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/235/ for more details.
Build is green
Patch application report for D6024 (id=21783)
Rebasing onto 2edbbbe8...
Current branch diff-target is up to date.
Changes applied before test
commit 05efa5418c4396fa0094f4b1e6a011af02d037ae Author: KShivendu <shivendu@iitbhilai.ac.in> Date: Tue Jul 13 16:21:51 2021 +0530 grammar.js: Segregate sort_by and limit from filters The grammar should not allow using sort_by and limit more than once throughout the query. Unlike other filters, these two must not be concatenated by 'and' or 'or'
See https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/237/ for more details.
mentioned in merge request !65 (closed)
Please register or sign in to reply