Thread overview |
---|
February 05 [Issue 24371] [REG 2.104] String array concatenation does not respect operator precedence | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24371 ag0aep6g <ag0aep6g@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code CC| |ag0aep6g@gmail.com Summary|String array concatenation |[REG 2.104] String array |does not respect operator |concatenation does not |precedence |respect operator precedence --- Comment #1 from ag0aep6g <ag0aep6g@gmail.com> --- Fails since 2.104, according to run.dlang.org. -- |
February 09 [Issue 24371] [REG 2.104] String array concatenation does not respect operator precedence | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24371 Tim <tim.dlang@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tim.dlang@t-online.de --- Comment #2 from Tim <tim.dlang@t-online.de> --- It seems to fail since this PR: https://github.com/dlang/dmd/pull/14550 -- |
February 19 [Issue 24371] [REG 2.104] String array concatenation does not respect operator precedence | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24371 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> --- @teodutu updated dlang/dmd pull request #16204 "Fix Issue 24371 - String array concatenation does not respect operator precedence" fixing this issue: - Fix Bugzilla Issue 24371 - String array concatenation does not respect operator precedence Rethink lowering logic to account for parentheses and operator associativity. Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com> https://github.com/dlang/dmd/pull/16204 -- |
February 20 [Issue 24371] [REG 2.104] String array concatenation does not respect operator precedence | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24371 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #16204 "Fix Issue 24371 - String array concatenation does not respect operator precedence" was merged into stable: - 0e2a7f16a15ae3705e7791448165d8c9f789b942 by Teodor Dutu: Fix Bugzilla Issue 24371 - String array concatenation does not respect operator precedence Rethink lowering logic to account for parentheses and operator associativity. Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com> https://github.com/dlang/dmd/pull/16204 -- |
March 01 [Issue 24371] [REG 2.104] String array concatenation does not respect operator precedence | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24371 --- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #16276 "merge stable" was merged into master: - 2423b9379841cda4d1f6f5146a05dc5820225a7b by Teodor Dutu: Fix Bugzilla Issue 24371 - String array concatenation does not respect operator precedence Rethink lowering logic to account for parentheses and operator associativity. Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com> https://github.com/dlang/dmd/pull/16276 -- |
March 15 [Issue 24371] [REG 2.104] String array concatenation does not respect operator precedence | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24371 --- Comment #6 from Dechcaudron <dechcaudron+issues.dlang@pm.me> --- Thanks for fixing folks! -- |
Copyright © 1999-2021 by the D Language Foundation