Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Dejan Boras
It's not a big change for #29321, from what I see in the svn diff for r32845. If not, I can always patch fpc myself. On Mon, May 30, 2016 at 1:27 PM, tha...@thaddy.com wrote: > It says fixed in 3.1.1. It doesn't say it would be back-ported, but indeed > you can request it. >

Re: [fpc-devel] Pascal Smart Pointers Idea + ARC implementation

2016-05-30 Thread Maciej Izak
2015-10-10 21:12 GMT+02:00 Sven Barth : > > "@@" (though I have to admit that I don't know where you got that @@ from; > was that introduced in Delphi recently?)). > > It's not an easy topic and I'd really welcome the input of other core > developers... > Somehow I

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Ondrej Pokorny
On 20.05.2016 11:21, Ondrej Pokorny wrote: On 12.04.2016 9:22, Michael Van Canneyt wrote: I also think so, we've already been merging the necessary fixes to fixes_3_x Could you please include http://mantis.freepascal.org/view.php?id=28578 (r31434) into 3.0.2 as well? Could you please

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Michael Van Canneyt
On Mon, 30 May 2016, Maciej Izak wrote: 2016-05-30 15:40 GMT+02:00 Michael Van Canneyt : This is not an argument. Yes this is not an argument but reality. It blocks a lot of code. Certainly. I suffer from it myself from time to time, but such is life...

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Michael Van Canneyt
On Mon, 30 May 2016, Maciej Izak wrote: 2016-05-30 14:41 GMT+02:00 Sven Barth : Let me first finish the packages stuff as that will lead to a breaking change in the RTTI binary format (PPTypeInfo instead of PTypeInfo, necessary due to Windows' PE format) and I

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Maciej Izak
2016-05-30 14:41 GMT+02:00 Sven Barth : > Let me first finish the packages stuff as that will lead to a breaking > change in the RTTI binary format (PPTypeInfo instead of PTypeInfo, > necessary due to Windows' PE format) and I don't want to add any new RTTI > stuff

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Sven Barth
Am 30.05.2016 11:58 schrieb "Maciej Izak" : > > 2016-05-30 11:29 GMT+02:00 Marco van de Voort : >> >> In our previous episode, Sven Barth said: >> > > Is possible to add r31911 to 3.0.2? >> > > >> > > http://bugs.freepascal.org/view.php?id=29045 >> > >> > It

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Michael Van Canneyt
On Mon, 30 May 2016, tha...@thaddy.com wrote: New feature. Belongs in 3.1.1. And the implementation is contested, which is the reason why it doesn't get merged to trunk. Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread tha...@thaddy.com
New feature. Belongs in 3.1.1. On 30-May-16 12:38 PM, Alfred wrote: I would like to support the inclusion of interface RTTI. Included a patch for this ! Thanks. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread tha...@thaddy.com
It says fixed in 3.1.1. It doesn't say it would be back-ported, but indeed you can request it. And indeed in this case I support your request. (Since it was an oversight in the first place?) I have no clue if this is easy to do, but I think it is warranted. Regards, Thaddy On 30-May-16 12:42

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Dejan Boras
Is there a chance to merge the fix for #29321 as well in 3.0.2? Last time I tested 3.0.1 (few days ago), this wasn't included. Not really in an environment now where I can test it again. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Alfred
I would like to support the inclusion of interface RTTI. Included a patch for this ! Thanks. fpc300rtti.patch Description: Binary data ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Maciej Izak
2016-05-30 11:29 GMT+02:00 Marco van de Voort : > In our previous episode, Sven Barth said: > > > Is possible to add r31911 to 3.0.2? > > > > > > http://bugs.freepascal.org/view.php?id=29045 > > > > It can't be merged as is, but I've provided Marco with a custom patch. > > Done.

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > Is possible to add r31911 to 3.0.2? > > > > http://bugs.freepascal.org/view.php?id=29045 > > It can't be merged as is, but I've provided Marco with a custom patch. Done. ___ fpc-devel maillist -

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Sven Barth
Am 29.05.2016 16:02 schrieb "Maciej Izak" : > > 2016-04-11 15:27 GMT+02:00 Ondrej Pokorny : >> >> What are the plans on releasing 3.0.2? > > > Is possible to add r31911 to 3.0.2? > > http://bugs.freepascal.org/view.php?id=29045 It can't be merged as is, but

Re: [fpc-devel] FPC 3.0.2 release target

2016-05-30 Thread Arnaud Bouchez
About 3.0.2, it may be the occasion to merge the interface RTTI branch to the trunk. Alfred managed to make mORMot's interface invoke and stubbing in Linux x64, ARM 32 and AARCH64 platforms! In addition to existing Win32, Win64 and Linux x86, we now cover a lot of platforms. See