| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104243/ |
|
Review request for kdelibs.
By Bernd Buschinski.
Description
Testing
Diffs
|
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104243/ |
Can I presume this change doesn't changer # of conflicts?
| kjs/grammar.y (Diff revision 1) | |||
|---|---|---|---|
| 212 | | IDENT IDENT '(' ')' {inFuncExpr()} FunctionBody { |
253 | | IDENT IdentifierName '(' ')' {inFuncExpr()} FunctionBody { |
Do we have a bug here with numeric setters/getters? (Unrelated to your CL)
- Maks
On March 12th, 2012, 9:03 p.m., Bernd Buschinski wrote:
|
Review request for kdelibs.
By Bernd Buschinski.
|
Updated March 12, 2012, 9:03 p.m. |
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104243/ |
On March 20th, 2012, 9:30 p.m., Maks Orlovich wrote:
Can I presume this change doesn't changer # of conflicts?
I don't understand what conflicts you mean. If you mean failing tests in ecmascript262, it does change the number, it recudes the fails by ~50
- Bernd