Custom Query (3920 matches)
Results (358 - 360 of 3920)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1219 | Fixed | Fix TracTicketDelete | ||
| Description |
Fix the ticket delete plugin so that it doesn't throw an error when deleting via the button in a ticket. |
|||
| #1220 | Fixed | Sqrt does not return 0 on negative parameter, documentation says otherwise | ||
| Description |
A fault in the documentation, or in the implementation of the Sqrt function. The documentation describes it as: Success: Returns the square-root. Failure: Returns 0 and sets @error to 1 if parameter is negative. This script says otherwise: ConsoleWrite(Sqrt(-1) & @CRLF) Output: -1.#IND |
|||
| #1221 | Fixed | SciTE has a limitation on properties files | ||
| Description |
There is a limit to the number of characters that can be in a properties file. The au3.keyword.properties file exceeds the limit of 60,000 characters. This needs fixed either in the script that generates the file or possibly by fixing SciTE itself. Setting component to other because I'm not sure how it will be fixed yet (in SciTE or in the build script). |
|||
