[fpc-pascal] Generic constants with generic type

2021-04-20 Thread Andrey Zubarev via fpc-pascal
Hi all! With the existing syntax of constants, it is good to pass array boundaries, but bad to initial parameter values. What do you think about such constructs: GTValue=... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepa

Re: [fpc-pascal] Generic constants with generic type

2021-04-21 Thread Andrey Zubarev via fpc-pascal
Ok. Thanks! For this already there is a bug report? to notice when it will work? On Wed, Apr 21, 2021 at 2:12 PM Sven Barth via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Andrey Zubarev via fpc-pascal schrieb > am Mi., 21. Apr. 2021, 09:23: > >> Hi all! >&g

[fpc-pascal] TDictionary.GetMutableValue

2024-04-21 Thread Andrey Zubarev via fpc-pascal
Good afternoon! I have already written to the forum and bugtracker, but this topic is not interesting to anyone(( I need an answer from someone from the development team about the prospects https://gitlab.com/freepascal.org/fpc/source/-/issues/40656 Is it possible to approved this, or is it worth m

Re: [fpc-pascal] class constructor exception

2024-04-23 Thread Andrey Zubarev via fpc-pascal
Hi, Set ExceptProc to your handler in unit initialization section in unit usesed before the problematic one? On Tue, Apr 23, 2024 at 12:20 AM Mattias Gaertner via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Hi, > > When an exception is raised in a class constructor the application > a