Re: [fpc-pascal] blocked on fpc-devel

2019-02-17 Thread Ryan Joseph
> On Feb 17, 2019, at 10:24 AM, Jonas Maebe wrote: > > From what I can tell, the smtp servers you use do not handle greylisting > correctly (http://projects.puremagic.com/greylisting/ ). Thanks Jonas, I’m going to try changing my smtp server to gmail then, starting with this message to see

Re: [fpc-pascal] FPC fixes3.2 gives error on "NWord div 2 * 2"

2019-02-17 Thread Nikolay Nikolov
On 2/17/19 11:29 PM, Mattias Gaertner via fpc-pascal wrote: FPC gives an error on the NWord Maybe the compiler tries to be politically correct.  Sorry, couldn't resist. That's why it's called FPC - the Free Politically Correct compiler ;-) Nikolay

Re: [fpc-pascal] FPC fixes3.2 gives error on "NWord div 2 * 2"

2019-02-17 Thread Bart
On Sun, Feb 17, 2019 at 10:14 PM AlexeyT wrote: > this is fixed to avoid %subj% compile error. why error? {$mode objfpc} {$h+} var NSec: Word; begin NSec:= NSec div 2 * 2; end. Compiles with trunk (regardles of mode). -- Bart ___ fpc-pascal

Re: [fpc-pascal] FPC fixes3.2 gives error on "NWord div 2 * 2"

2019-02-17 Thread Mattias Gaertner via fpc-pascal
FPC gives an error on the NWord Maybe the compiler tries to be politically correct.  Sorry, couldn't resist. Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] FPC fixes3.2 gives error on "NWord div 2 * 2"

2019-02-17 Thread AlexeyT
https://github.com/Alexey-T/CudaText/commit/354858b19754d2d5fa2980b5f45fc76d1a266763#diff-c3361b43575e71110f1cea4cf54d8d13R325 this is fixed to avoid %subj% compile error. why error? -- Regards, Alexey ___ fpc-pascal maillist -

Re: [fpc-pascal] blocked on fpc-devel

2019-02-17 Thread Jonas Maebe
On 17/02/19 15:27, Ryan Joseph wrote: I’ve noticed the last few days that my messages aren’t getting through to the fpc-devel list. Can one of the admins check to see if I was blocked or something? Sorry to post here but I didn’t know where else to ask. Thanks. From what I can tell, the smtp

[fpc-pascal] blocked on fpc-devel

2019-02-17 Thread Ryan Joseph
I’ve noticed the last few days that my messages aren’t getting through to the fpc-devel list. Can one of the admins check to see if I was blocked or something? Sorry to post here but I didn’t know where else to ask. Thanks. Regards, Ryan Joseph

Re: [fpc-pascal] FGL.TFPSList Find method needed (binary search)

2019-02-17 Thread Michael Van Canneyt
On Sat, 16 Feb 2019, AlexeyT wrote: Hello. Can you pls, add Sorted property to TFPSList / TFPGList (Add() method must sort newly added item), and also Find method (which must use binary search in Sorted case, and use plain loop if not sorted)? You can use the rtl-generics