Timeline



Jan 18, 2024:

8:53 AM Ticket #3991 (_SQLite_ForeignKeys) closed by J-Paul Mesnage
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 J-Paul Mesnage
Wont Fix
12:10 AM Ticket #3982 (_ClipPutFile should not free memory) closed by J-Paul Mesnage
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 Nine
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 Andreik
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 J-Paul Mesnage
Owner, Status changed
Thanks I will commit the needed file with the doc
3:21 PM Ticket #3991 (_SQLite_ForeignKeys) created by Andreik
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 J-Paul Mesnage
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 J-Paul Mesnage
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 Andreik
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 J-Paul Mesnage
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 TicketCleanup
Version changed
Automatic ticket cleanup.
4:59 PM Ticket #3990 (_IsPressed() add "indicate whether the key has been pressed since the ...) created by argumentum
[…] 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 J-Paul Mesnage
Component changed

Jan 14, 2024:

10:12 PM SplashOff_Bug.au3 attached to Ticket #3989 by guidtracker@…
Example script
10:11 PM Ticket #3989 (SplashOff() not being parsed correctly by SyntaxCheck Prod and Tidy) created by GUIDTracker
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 J-Paul Mesnage
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 J-Paul Mesnage
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 Nine
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 J-Paul Mesnage
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:

8:53 PM Ticket #3987 (Aut2Exe creates a temp folder without deleting it) created by lwc
3.3.9.11 …

Jan 5, 2024:

10:48 AM Ticket #3982 (_ClipPutFile should not free memory) updated by J-Paul Mesnage
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 mLipok
Description changed
3:06 AM Ticket #3986 (Au3Check allows chars after ContinueCase but runtime triggers error) updated by mLipok
Description changed
3:04 AM Ticket #3986 (Au3Check allows chars after ContinueCase but runtime triggers error) updated by mLipok
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 anonymous
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 J-Paul Mesnage
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 Jos
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 genius257
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 TicketCleanup
Version changed
Automatic ticket cleanup.
10:51 AM Ticket #3985 (_ArrayDisplay() + $WS_EX_TOPMOST) updated by mLipok
Description, Summary changed
10:49 AM Ticket #3985 (_ArrayDisplay() + $WS_EX_TOPMOST) created by mLipok
Please consider in _ArrayDisplay() adding $WS_EX_TOPMOST to …
Note: See TracTimeline for information about the timeline view.