Timeline



Jul 11, 2020:

10:16 AM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by J-Paul Mesnage
in fact as the %p is not implemented under AutoIt the %s must be used to format ptr's
2:56 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by anonymous
pps.: deer jchd18 (sorry i dont know your spiritual animal, so deer will have to do), if above post-wall in any way sounded ad hominem/personalized, plz know that's complitely unintentional, the issue does after all seem like a very easy-to-miss lil oversight. but, see, the times we're in... or was it weather?.. well, you know, it takes some toll. you're alright, so far as i can tell from lurking, which perhaps is irrelevant, but still. Have a nice day/month/millenia, as well as food, too. it's important! :D
2:34 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by anonymous
jchd18.... NO! sorry not sorry It is NOT fixed. Firstly, tho not most importantly, a fix necessitates a change to the current codebase. Where's that here? Unthinkable to umm... think... that imaginary Fixes would count, but, well, i dunno, maybe they do and that's controversial? However if one is willing to admit a possibility of hastily -- (good gosh, its been 5 -five!- efficking years! I don't think that this excuse will.. errm... excuse anyone involved, now will it?!) hastily made incorrect, nay, wrong "judjmehnt" (sic), then, well... it could make this mess less bad. it might even, y'know... fix it!... *bu-dum ts-- oh no! dish falls, bounces off the floor, breaks the wall in half!! Quick! Get the FlexTape(c)(r)(tm)! Alternativelyyy~ perhaps a wee bit of common sense will fi-- i mean, suffice to fik... err. well you know! that!! and the dish Call'd be as new! Call'd be fi-- ohsorrie, NOT BROKEN!!!!!!!!!!!!!!!! :> y'know! ;) Alternatively still we could just aVoId UsiNg Call At aLL (c) BrewManNM, circa 5 BCY (Before Current Year) like, i mean, why wouldn't that work, amirite? or, y fix the codes if you can fix the coders[' crooked wishes]? very useful!* 'niway here's a proper reproducer, tested with v3.3.14.1 and v3.3.15.0 and v3.3.15.3. when array has zero size(only 1D), Call crashes the program, regardless of function it is given. seems simply there's no check in Call for zero-sized 1D array. […] -- perhaps could be -- […] […] ps.: oh yes, it could be longer xD but sorry anyway.

Jul 9, 2020:

1:32 AM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by jchd18
Even in X64 Stringformat is limited to 32-bit values, making it unable to format 64-bit pointers.
1:28 AM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by jchd18
Summary changed

Jul 8, 2020:

10:13 AM Ticket #3232 (Issue when parsing scientific notation literals) updated by mLipok
for reference only #3770

Jul 7, 2020:

7:15 AM Ticket #3770 (Invalid calculation when using exponential form) closed by J-Paul Mesnage
Duplicate: true I will close it as duplicate

Jul 6, 2020:

10:13 PM Ticket #3770 (Invalid calculation when using exponential form) updated by jchd18
Maybe this could be merged in a fix for #3232 as well.
5:46 PM Ticket #3770 (Invalid calculation when using exponential form) updated by J-Paul Mesnage
I send a proposal for fixing it to Jon

Jul 5, 2020:

6:24 PM Ticket #3770 (Invalid calculation when using exponential form) updated by jchd18
Bug confirmed in 3.3.15.1 & 3.3.15.3 […] Also: […]
5:36 AM Ticket #3770 (Invalid calculation when using exponential form) created by anonymous
This mathematical expression returns into error: […] But this works …

Jun 30, 2020:

11:52 PM Ticket #3680 (Improve _ArrayBinarySearch function) closed by J-Paul Mesnage
Rejected
11:50 PM Ticket #3629 (Line Number in Arraydisplay) closed by J-Paul Mesnage
Works For Me
6:41 PM Ticket #3769 (automatic user UDFs and/or all included files calltips parsing) closed by Jos
Rejected: I am looking forward to your/a implementation for this to be included in SciTE4AutoIt3, but I won't be working on it. Jos
6:00 PM Ticket #3769 (automatic user UDFs and/or all included files calltips parsing) created by matwachich@…
it will be nice if SciTE would parse all included files in the current …
11:35 AM Ticket #3106 (StringIsFloat doesn't accept a valid FP exponent) updated by J-Paul Mesnage
I did a fix I propose it to Jon

Jun 27, 2020:

1:31 PM Ticket #3106 (StringIsFloat doesn't accept a valid FP exponent) updated by jchd18
Version, Type changed
1:10 PM Ticket #2987 (support PCRE case escape sequences) closed by jchd18
Rejected: PCRE still doesn't support these Perlisms, so it's extremely unlikely that AutoIt will ever implement them. Also please note that the replace part isn't a pattern: only $1, $2, $3, ... (or \1, \2, \3, ...) are recognized there. Closing as "rejected".
1:00 PM Ticket #3768 (Extend bitwise operations to 64-bit values) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:56 PM Ticket #3768 (Extend bitwise operations to 64-bit values) created by jchd18
Current bitwise core functions are limited to 32-bit values, which is …
11:24 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) closed by jchd18
Fixed: Current release/beta versions of AutoIt work as intended. […] correctly shows 3
11:10 AM Ticket #3137 (FileRead() treats count parameter as bytes instead of characters for ...) closed by jchd18
Fixed: Current release/beta versions of AutoIt work correctly; the "repro" code is wrong. This simple code […] correctly yields 9 3 since '€' uses 3 bytes in UTF8.
10:23 AM Ticket #3767 (Defer keyword) created by matwachich@…
Why not a Defer keyword for the AutoIt language? Just like …
9:26 AM Ticket #3723 (Odd problem with _GUICtrlRichEdit_ReplaceText) closed by J-Paul Mesnage
Rejected: as no repro script was attached I close it unknown

Jun 26, 2020:

5:15 PM Ticket #3765 (_FileWriteLog) closed by J-Paul Mesnage
Fixed: Fixed by revision [12351] in version: 3.3.15.4
3:39 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) closed by J-Paul Mesnage
Completed: Added by revision [12350] in version: 3.3.15.4

Jun 24, 2020:

4:33 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by argumentum
..added $iStripWS option […]
4:15 PM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) updated by argumentum
..there was a missing Default(s), so I added them all. ..and other tweaks. […]

Jun 20, 2020:

4:10 AM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by argumentum
this code should be ready to include ( unlike the prior posts ) […]

Jun 14, 2020:

10:45 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by argumentum
...and now that I think of it, the @ScriptLineNumber is not part of the information available on the OnAutoItExitRegister() function. =(
10:22 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by argumentum
lol, thanks. I should have read more carefully before coding this: […] You are really attentive. Thanks Jpm.

Jun 12, 2020:

2:12 PM Ticket #3765 (_FileWriteLog) updated by J-Paul Mesnage
As when using Handle it will be needed to override the opening mode, I prefer to change the doc to explain that with handle the $iFlag is ignored and so only apending will occurs
Note: See TracTimeline for information about the timeline view.