Modify ↓
Opened 17 years ago
Closed 17 years ago
#886 closed Bug (Fixed)
Make it explicit that operator == is a forced string comparison.
| Reported by: | Valik | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.1.0 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description (last modified by )
It's ambiguous how operator == works. It needs to mention it is a forced string comparison. It currently implies that it behaves just like operator = except when comparing strings it's case sensitive. That is not true, it always compares as strings.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Make it explicit that operator == is a force string comparison. → Make it explicit that operator == is a forced string comparison. |
comment:3 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.3.1.0
comment:4 by , 17 years ago
| Milestone: | 3.3.1.0 |
|---|---|
| Resolution: | Fixed |
| Status: | closed → reopened |
The documentation was not made any clearer, re-opening.
comment:5 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed in version: 3.3.1.0
Note:
See TracTickets
for help on using tickets.

Fixed silly typos.