Hello
Two months ago I submitted the bug report
https://gitlab.com/freepascal.org/fpc/source/-/issues/40748 about an
issue in TDBF. Although I was able to add a patch along with test
programs this report has remained unnoticed until now. A bit
de-motivating, I am afraid...
Werner
_
On Thu, 27 Jun 2024, Werner Pamler via fpc-devel wrote:
Hello
Two months ago I submitted the bug report
https://gitlab.com/freepascal.org/fpc/source/-/issues/40748 about an issue in
TDBF. Although I was able to add a patch along with test programs this report
has remained unnoticed until
On Thu, Jun 27, 2024 at 4:51 PM Michael Van Canneyt via fpc-devel
wrote:
> As a consequence, things may go unnoticed, this is not a reflection
> on the seriousness of an issue or quality of the patch.
>
> Feel free to contact us here or by other means if you feel that a bugreport
> is ignored.
On Fri, 21 Jun 2024 20:03:56 +0200, Marco van de Voort via fpc-devel
wrote:
> Probably terminate with a heap out of memory error.
Also depends of platform...
program tests;
var
s, s1, s2: ansistring;
begin
SetLength(s1, High(int32));
SetLength(s2, High(int32));
WriteLn(Length(s1));
Wr
On Thu, 27 Jun 2024, Bart via fpc-devel wrote:
On Thu, Jun 27, 2024 at 4:51 PM Michael Van Canneyt via fpc-devel
wrote:
As a consequence, things may go unnoticed, this is not a reflection
on the seriousness of an issue or quality of the patch.
Feel free to contact us here or by other mean