Re: [fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Sven Barth via fpc-devel
Maciej Izak schrieb am Mi., 2. Mai 2018, 19:59: > 2018-05-02 18:41 GMT+02:00 Sven Barth via fpc-devel < > fpc-devel@lists.freepascal.org>: > >> Please note that the pnameless.pas file by Blaise does not yet have a GPL >> compatible license header and thus you're essentially

Re: [fpc-devel] Broken frac functionin FPC3.1.1 / Windows x86_64

2018-05-02 Thread Sven Barth via fpc-devel
J. Gareth Moreton schrieb am Do., 3. Mai 2018, 04:55: > Tests complete! It turns out that I was using SetExceptionMask wrong and > subtracting rather than adding exInvalidOp. > > When exceptions are disabled, this new Frac function returns NaN when you > pass in plus

Re: [fpc-devel] Broken frac functionin FPC3.1.1 / Windows x86_64

2018-05-02 Thread J. Gareth Moreton
Tests complete! It turns out that I was using SetExceptionMask wrong and subtracting rather than adding exInvalidOp. When exceptions are disabled, this new Frac function returns NaN when you pass in plus or minus infinity.  This is consistent with the specification as listed in Chapter 11,

Re: [fpc-devel] Broken frac functionin FPC3.1.1 / Windows x86_64

2018-05-02 Thread J. Gareth Moreton
I'll keep working on it though, because it seems that some routines may return placeholder values if exceptions are masked. Gareth aka. Kit On Thu 03/05/18 02:35 , "J. Gareth Moreton" gar...@moreton-family.com sent: Hi guys, I've been having difficulties disabling floating-point and SSE

Re: [fpc-devel] Broken frac functionin FPC3.1.1 / Windows x86_64

2018-05-02 Thread J. Gareth Moreton
Hi guys, I've been having difficulties disabling floating-point and SSE exceptions. Either the exceptions are still raised, or an exception is raised elsewhere... sometimes within the function, and in one instance, in the WriteLn routine!  Does anyone have any advice as to how to get around

Re: [fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Michalis Kamburelis
2018-05-02 18:21 GMT+02:00 Maciej Izak : > Hello, > > I was kicked away today from core team (probably by Michael Van Canneyt). > This is unfortunate. I saw how the recent discussion escalated (and it seems it was fueled with past disagreements). The end result (Maciej leaving

Re: [fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Michael Van Canneyt
On Wed, 2 May 2018, Maciej Izak wrote: Hello, I was kicked away today from core team (probably by Michael Van Canneyt). Correct. I and I alone take full responsibility. I have only warned Florian Klaempfl in advance that this could happen, none of the other members have anything to do

Re: [fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Anthony Walter
Maciej, I am sorry to see you go. I understand sometimes people here can seem stubborn or rude, and I hope in the end cooler heads prevail. The contributions you've made to the sparta docked form designer and smart pointers are much appreciated by me personally. From me to you, thank you.

Re: [fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Maciej Izak
2018-05-02 18:41 GMT+02:00 Sven Barth via fpc-devel < fpc-devel@lists.freepascal.org>: > Please note that the pnameless.pas file by Blaise does not yet have a GPL > compatible license header and thus you're essentially violating his > copyright with that (it's one of the points I'm waiting to be

Re: [fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Sven Barth via fpc-devel
Maciej Izak schrieb am Mi., 2. Mai 2018, 18:21: > I will continue my all work as much as possible with NewPascal (which will > be synced with FPC trunk few times in the year - or more often if needed), > I mean here all stuff, including updates for Generics.Collections

[fpc-devel] NewPascal plans, Generics.Collections and FPC trunk

2018-05-02 Thread Maciej Izak
Hello, I was kicked away today from core team (probably by Michael Van Canneyt). Insulting and destructive approach by Michael Van Canneyt (with silent acceptance from other persons in core team) is unacceptable (the good example can be found in topic "[fpc-devel] What's the status of Maciej's

Re: [fpc-devel] Broken frac functionin FPC3.1.1 / Windows x86_64

2018-05-02 Thread Sven Barth via fpc-devel
J. Gareth Moreton schrieb am Mi., 2. Mai 2018, 11:10: > > > > > On Wed 02/05/18 06:55 , Sven Barth pascaldra...@googlemail.com sent: > > ... > Thank you for the work so far. Does it also work correctly when exceptions > are disabled? > > Regards, > Sven > > > I confess

[fpc-devel] Request to review #33563 and #33564

2018-05-02 Thread Ondrej Pokorny
Please, could somebody from FPC developers review these issues about component streaming: https://bugs.freepascal.org/view.php?id=33563 https://bugs.freepascal.org/view.php?id=33564 They both have a test case and they both have a patch. I remind because I was again hit by the bug today.