[fpc-devel] Constants in generics patch

2019-05-20 Thread Ryan Joseph
I’m not sure the issue is being monitored so I wanted to mention that another user was kind enough to update my last patch so it’s more mergeable now (https://bugs.freepascal.org/view.php?id=35140). Does the patch need to go through more review first before it’s ready to apply? I believe I got

Re: [fpc-devel] FPC Language Specification

2019-05-20 Thread J. Gareth Moreton
On 20/05/2019 09:44, Michael Van Canneyt wrote: On Mon, 20 May 2019, J. Gareth Moreton wrote: While there is documentation online that can easily explain all of this, I find it's only truly useful if you are looking up details on a specific feature - for example, the standard of

Re: [fpc-devel] Unexpected behaviour of bit operators

2019-05-20 Thread Marco Borsari via fpc-devel
On Fri, 17 May 2019 18:06:13 +0200 Ondrej Pokorny wrote: > On 17.05.2019 10:47, Marco Borsari via fpc-devel wrote: > > Does this is an effect of some multiplication overflow, or is it a bug? > > Both the bit operations and the arithmetic opretaions return integers as > results and not words: >

Re: [fpc-devel] FPC Language Specification

2019-05-20 Thread Michael Van Canneyt
On Mon, 20 May 2019, J. Gareth Moreton wrote: While there is documentation online that can easily explain all of this, I find it's only truly useful if you are looking up details on a specific feature - for example, the standard of expanding intermediate expressions to the CPU word size