Opened 9 years ago
Last modified 9 years ago
#13208 closed defect
[Patch] Use real string for Concatenation — at Version 2
| Reported by: | michael2402 | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.07 |
| Component: | Core | Version: | |
| Keywords: | gsoc-core regression | Cc: | Don-vip, bastiK, stoecker |
Description (last modified by )
There were too many notes on that layer because int + char is a normal addition.
Caused by [8846]
@Don-vip
is there a special reason you are replacing one character strings with single character values? I found 445 more potential issues like this by searching for '.'\s*\+|\+\s*'.'
Change History (3)
by , 9 years ago
| Attachment: | patch-fix-char-concat.patch added |
|---|
comment:1 by , 9 years ago
| Summary: | [Patch] Use real string for Concatination → [Patch] Use real string for Concatenation |
|---|
comment:2 by , 9 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | regression added |
| Owner: | changed from to |
Note:
See TracTickets
for help on using tickets.


