Re: [fpc-pascal] access violation?

2018-07-30 Thread Sven Barth via fpc-pascal
Ryan Joseph schrieb am Mo., 30. Juli 2018, 18:05: > > > > On Jul 28, 2018, at 2:03 AM, Sven Barth via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > > > > The method you provided below would not fail anyway, because it doesn't > dereference Self. If you'd however access for example a

Re: [fpc-pascal] Operator overload bug

2018-07-30 Thread Ben Grasset
By looks like I meant, "is", not sure why I wrote that. (I'm Akira1364, by the way.) On Mon, Jul 30, 2018 at 6:11 PM, Ben Grasset wrote: > If you don't have an SVN patch utility handy you could probably just look > at it and apply it to your sources yourself. The final version looks like > it's

Re: [fpc-pascal] Operator overload bug

2018-07-30 Thread Ben Grasset
If you don't have an SVN patch utility handy you could probably just look at it and apply it to your sources yourself. The final version looks like it's just two lines changed in a single file. On Mon, Jul 30, 2018 at 11:29 AM, Ryan Joseph wrote: > > > > On Jul 28, 2018, at 8:38 AM, John Doe >

Re: [fpc-pascal] access violation?

2018-07-30 Thread Ryan Joseph
> On Jul 28, 2018, at 2:03 AM, Sven Barth via fpc-pascal > wrote: > > The method you provided below would not fail anyway, because it doesn't > dereference Self. If you'd however access for example a field of your class > then a check should be inserted inside the method. For some reason it

Re: [fpc-pascal] Operator overload bug

2018-07-30 Thread Ryan Joseph
> On Jul 28, 2018, at 8:38 AM, John Doe wrote: > > Someone posted a working patch for this on the bugtracker report Ryan made, > just to let you know. Thanks, what do we do now? The patch is sitting there but how does it get applied? https://bugs.freepascal.org/view.php?id=34021 Regards,