#1325 closed defect (fixed)
[regression] Problems in dojo.string.Builder since rev 4811
Reported by: | guest | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | String | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Since rev 4811 dojo.string.Builder has a major problem when appending a number.
The following code will fail (sb is a StringBuilder?):
sb.append(1);
This code will work:
sb.append("1");
It used to work earlier and IMHO, this is a bug.
For more info you can contact me at "stefan at wingio.de".
Stefan
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Summary: | Problems in dojo.string.Builder since rev 4811 → [regression] Problems in dojo.string.Builder since rev 4811 |
Version: | 0.2 → 0.3 |
Note: See
TracTickets for help on using
tickets.
The patch in #4811 definitely removed this capability. Alex, was this intentional?