Timeline
Jan 18, 2024:
- 8:53 AM Ticket #3991 (_SQLite_ForeignKeys) closed by
- Completed: Added by revision [13030] in version: 3.3.17.0
- 12:11 AM Ticket #3989 (SplashOff() not being parsed correctly by SyntaxCheck Prod and Tidy) closed by
- Wont Fix
- 12:10 AM Ticket #3982 (_ClipPutFile should not free memory) closed by
- Works For Me: Sorry I will close and except another Ticket with a script repro
Jan 17, 2024:
- 6:49 PM Ticket #3982 (_ClipPutFile should not free memory) updated by
- There is not a systematic error when freeing the memory. It is a recommandation of MSDN. I think it should be enough.
- 5:11 PM Ticket #3991 (_SQLite_ForeignKeys) updated by
- In the documentation it should be also included this for clarity. It is not possible to enable or disable foreign key constraints in the middle of a multi-statement transaction (when SQLite is not in autocommit mode). Attempting to do so does not return an error; it simply has no effect. It should also be specified that SQLite does not make any checks on previously inserted data. So enabling foreign keys does not trigger any warnings or errors for data that has been previously inserted in the database that would normally raise a foreign keys constraint error. This can be seen in this example: […]
- 4:34 PM Ticket #3991 (_SQLite_ForeignKeys) updated by
-
Owner, Status changed
Thanks I will commit the needed file with the doc - 3:21 PM Ticket #3991 (_SQLite_ForeignKeys) created by
- Foreign keys are supported by default by pretty much all important …
- 9:21 AM Ticket #3990 (_IsPressed() add "indicate whether the key has been pressed since the ...) updated by
- Hi, I cannot test it but the code look strange If the @extended is set and the return is always true So why to set @extended is this case?
Jan 16, 2024:
- 10:24 PM Ticket #3982 (_ClipPutFile should not free memory) updated by
- Just produce a script that will provide the error with the current implementation. for me the Clipget does not produce any error even if the the GlobalFree is executed before the CloseClipboard
- 5:04 PM Ticket #3982 (_ClipPutFile should not free memory) updated by
- I don't know what can happen if you release the object owned by the system or specific cases that will cause an error but can we assume that Microsoft knows what they are talking about when they say that the object it's managed by the system? It might work in 99% of cases without any errors and produce an error in some niche cases. I think we should follow MSDN guidance and fix possible errors that might appear in some cases. It's just best practice.
- 4:16 PM Ticket #3989 (SplashOff() not being parsed correctly by SyntaxCheck Prod and Tidy) updated by
- In fact the SolashOff without parenthesis is legal when assign to a variable. Local $v = SplashOff That the reason why Au3check and certainly Tidy don't flag the Function I don't think we can change that except in documentation More Autoit builtin functions have the same behavior ProgressOff
Jan 15, 2024:
- 5:00 PM Ticket #3990 (_IsPressed() add "indicate whether the key has been pressed since the ...) updated by
-
Version changed
Automatic ticket cleanup. - 4:59 PM Ticket #3990 (_IsPressed() add "indicate whether the key has been pressed since the ...) created by
- […] The change adds some extra information that I found was needed …
- 9:06 AM Ticket #3989 (SplashOff() not being parsed correctly by SyntaxCheck Prod and Tidy) updated by
-
Component changed
Jan 14, 2024:
- 10:11 PM Ticket #3989 (SplashOff() not being parsed correctly by SyntaxCheck Prod and Tidy) created by
- I have noticed that both the Syntax Checker and Tidy programs used in …
Jan 9, 2024:
- 5:37 PM Ticket #3985 (_ArrayDisplay() + $WS_EX_TOPMOST) closed by
- Completed: Added by revision [13029] in version: 3.3.17.0
- 5:16 PM Ticket #3988 (_WinAPI_GetSystemPowerStatus does not provide full stats on Win 10) closed by
- Completed: Added by revision [13028] in version: 3.3.17.0
Jan 8, 2024:
- 3:20 PM Ticket #3988 (_WinAPI_GetSystemPowerStatus does not provide full stats on Win 10) created by
- Starting from Win10, the forth byte of the structure returned by …
- 8:27 AM Ticket #3987 (Aut2Exe creates a temp folder without deleting it) updated by
- Hi, Using the standard autoit installation and even scite compilation does not reproduce your concern so can you describe the environment you are running with?
Jan 7, 2024:
Jan 5, 2024:
- 10:48 AM Ticket #3982 (_ClipPutFile should not free memory) updated by
- I understand what you write again just post a repro script to show where the error can occur in what I post I don't see any error the _clipget get the right info
- 3:06 AM Ticket #3982 (_ClipPutFile should not free memory) updated by
-
Description changed
- 3:06 AM Ticket #3986 (Au3Check allows chars after ContinueCase but runtime triggers error) updated by
-
Description changed
- 3:04 AM Ticket #3986 (Au3Check allows chars after ContinueCase but runtime triggers error) updated by
- Could you please upload fixed version to: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3 ?
Jan 4, 2024:
- 9:04 PM Ticket #3982 (_ClipPutFile should not free memory) updated by
- The function _ClipPutFile() uses SetClipboardData. MSDN state that if SetClipboardData succeeds, the system owns the object identified by the hMem parameter. The application may not write to or free the data once ownership has been transferred to the system, but it can lock and read from the data until the CloseClipboard function is called.
- 4:52 PM Ticket #3982 (_ClipPutFile should not free memory) updated by
-
Owner, Status changed
Hi, I don't see any reason to change the UDF The following script work fine […]
Dec 31, 2023:
- 1:39 PM Ticket #3986 (Au3Check allows chars after ContinueCase but runtime triggers error) closed by
- Fixed: Fixed by revision [13026] in version: 3.3.17.0
- 12:40 AM Ticket #3986 (Au3Check allows chars after ContinueCase but runtime triggers error) created by
- The following code passes with no warnings or errors with Au3Check, …
Dec 21, 2023:
- 11:00 AM Ticket #3985 (_ArrayDisplay() + $WS_EX_TOPMOST) updated by
-
Version changed
Automatic ticket cleanup. - 10:51 AM Ticket #3985 (_ArrayDisplay() + $WS_EX_TOPMOST) updated by
-
Description, Summary changed
- 10:49 AM Ticket #3985 (_ArrayDisplay() + $WS_EX_TOPMOST) created by
-
Please consider in
_ArrayDisplay()adding$WS_EX_TOPMOSTto …
Note:
See TracTimeline
for information about the timeline view.
