Re: [fpc-devel] Object upgrades (new)

2019-06-16 Thread Sven Barth via fpc-devel
schrieb am Mo., 17. Juni 2019, 02:07: > On 6/16/19 6:44 PM, Ryan Joseph wrote: > > > > > >> On Jun 16, 2019, at 6:00 PM, Benito van der Zander > wrote: > >> > >> Objects are much more useful than classes or records > > > > Now that’s an inflammatory statement! :) But seriously, I do miss record

Re: [fpc-devel] Object upgrades (new)

2019-06-16 Thread wkitty42
On 6/16/19 6:44 PM, Ryan Joseph wrote: On Jun 16, 2019, at 6:00 PM, Benito van der Zander wrote: Objects are much more useful than classes or records Now that’s an inflammatory statement! :) But seriously, I do miss record inheritance from C++, C#, Swift when I’m in Pascal. what

Re: [fpc-devel] Object upgrades

2019-06-16 Thread wkitty42
On 6/16/19 4:41 PM, Sven Barth via fpc-devel wrote: Am 16.06.2019 um 17:43 schrieb wkitt...@windstream.net: On 6/16/19 10:23 AM, Ryan Joseph wrote: Charlie, I’m still not seeing my own messages posted if gmail can determine that a message coming in from a list is one you sent, it does not

Re: [fpc-devel] Object upgrades (new)

2019-06-16 Thread Alexander Grotewohl
I miss the sushi in Japan too my dude.--Alexander Grotewohlhttp://dcclost.comOn Jun 16, 2019 6:44 PM, Ryan Joseph wrote: > On Jun 16, 2019, at 6:00 PM, Benito van der Zander wrote: > > Objects are much more useful than classes or records Now that’s an inflammatory statement! :) But seriously, I

Re: [fpc-devel] Object upgrades (new)

2019-06-16 Thread Ryan Joseph
> On Jun 16, 2019, at 6:00 PM, Benito van der Zander wrote: > > Objects are much more useful than classes or records Now that’s an inflammatory statement! :) But seriously, I do miss record inheritance from C++, C#, Swift when I’m in Pascal. Regards, Ryan Joseph

Re: [fpc-devel] Object upgrades (new)

2019-06-16 Thread Benito van der Zander
Hi', I don't see a need to add management operators to objects. Objects have constructors and destructors, so they don't need Initialize and Finalize operators One need would be to automatically call the destructor It could make the code much simpler, especially when it also replaces

Re: [fpc-devel] Object upgrades

2019-06-16 Thread Sven Barth via fpc-devel
Am 16.06.2019 um 17:43 schrieb wkitt...@windstream.net: On 6/16/19 10:23 AM, Ryan Joseph wrote: Charlie, I’m still not seeing my own messages posted if gmail can determine that a message coming in from a list is one you sent, it does not pass it on back to you... there's no way to turn this

Re: [fpc-devel] Object upgrades

2019-06-16 Thread wkitty42
On 6/16/19 10:23 AM, Ryan Joseph wrote: Charlie, I’m still not seeing my own messages posted if gmail can determine that a message coming in from a list is one you sent, it does not pass it on back to you... there's no way to turn this off that i've found... they want you to use their

Re: [fpc-devel] Object upgrades

2019-06-16 Thread Ryan Joseph
> On Jun 15, 2019, at 11:40 AM, Karoly Balogh (Charlie/SGR) > wrote: > > Hi, > > On Sat, 15 Jun 2019, J. Gareth Moreton wrote: > >> Ryan Joseph requested that I reply to this to show that it's in the >> mailing list. Hopefully the technical problems can be resolved! > > There was an issue

[fpc-devel] Copy/move operator

2019-06-16 Thread Ryan Joseph
I just came across an efficiency issue when using management operators that I’d like to fix before the next release and we have backwards compatibility problems. Basically the problem is that the Copy operator doesn’t know if the source value is actually mapped to memory or just a temporary