Re: [fpc-devel] Specific RTL for embedded target

2015-11-22 Thread Paul Breneman
Michael, Jeppe was so nice to check in a new set of units for stm32f4, teensy and arduino due, this means that my older, much bigger unit for the teensy is now replaced with a much leaner version. Can you please check if this causes issues for your distribution? Thanks for that info. I'll try

Re: [fpc-devel] Feature announcement: Generic functions, procedures and methods

2015-11-22 Thread Anthony Walter
Sven, fair enough. I'll test out what you've published and if I find anything interesting (strange compiler errors, edge cases, useful scenarios) I'll post replies. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-

Re: [fpc-devel] RTTI

2015-11-22 Thread Maciej Izak
2015-11-21 12:06 GMT+01:00 Arnaud Bouchez : > What do you think of merging the InterfaceRTTI branch with the FPC trunk? > Indeed. Very important... Ping core team? -- Best regards, Maciej Izak ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Feature announcement: Generic functions, procedures and methods

2015-11-22 Thread Sven Barth
On 22.11.2015 00:04, Anthony Walter wrote: Sven, first off, congratulations and we thank you for so much good work. in the future do you see a time when type inference could be used? S := Add('hello ', 'world'); I := Add(1, 2); I honestly don't think that type inference should become part of P

Re: [fpc-devel] RTTI

2015-11-22 Thread Arnaud Bouchez
Isn't it simply possible to merge the InterfaceRTTI branch with the FPC trunk? It sounds to be quite fine and working for Win32, Win64 and ARM targets. I remember that there was some interesting discussion about including a new interface code execution feature, similar to Delphi's RTTI Invoke.