GNOME Bugzilla – Bug 677022
chained relational expressions and regexpes are no longer experimental
Last modified: 2017-03-09 15:19:12 UTC
Expressions like 1<a<10 or /bla$/ are no longer experiment. they are there for more than a year and nobody reported any issue with them, so i think we should remove that "exprimental" warning when using those expressions.
Is anyone still alive?
+1 Jürg, Luca?
commit b3ecc7a36fa28acf427be9b19b7bcb65a3587625 Author: Jürg Billeter <j@bitron.ch> Date: Mon Jun 30 22:08:40 2014 +0200 Mark regular expression literals as stable Fixes part of bug 677022.
Ok for regex, not for chained expressions. They have an hackish implementation in the codegen.
Are you aware of any actual issues or is it just not a very clean implementation?
I'm sure it's broken for complex expressions. The implementation uses the old codegen approach. Will find a test case.
Thanks. If you find anything, please file a bug and mark it as blocker of this bug.
Ok couldn't find any bug with chained relational expressions.
commit dc456fcb24ab5c8e588629c68a467d8a1ac97a6f Author: Rico Tzschichholz <ricotz@ubuntu.com> Date: Thu Mar 9 10:53:17 2017 +0100 Mark chained relational expressions as stable
Are you planning to close this bug as fixed?
May is a good idea to backport to 0.34.