Re: [fpc-pascal] access violation?

2018-07-28 Thread Sven Barth via fpc-pascal
Am 27.07.2018 um 19:41 schrieb Ryan Joseph: On Jul 27, 2018, at 11:24 AM, Mattias Gaertner wrote: You can't if you compile with -CR. The RTL is not compiled with objectchecks, so it works there. According to this test not only can you call methods on nil objects but it calls the method sta

Re: [fpc-pascal] Syntax changes suggestions

2018-07-28 Thread R0b0t1
Well, I am also of the opinion that threadvar is kind of a kludge too. I think part of the aesthetic of Pascal is that it reads fairly close to English. Creating a lot of new compound words is a bit jarring. As I just now figured out how to articulate the above, I have what I think is a more consi

Re: [fpc-pascal] Operator overload bug

2018-07-28 Thread John Doe
On Mon, Jul 23, 2018 at 1:49 PM, Sven Barth via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Ryan Joseph schrieb am Mo., 23. Juli 2018, > 17:35: > >> >> > On Jul 23, 2018, at 12:00 AM, Sven Barth via fpc-pascal < >> fpc-pascal@lists.freepascal.org> wrote: >> > >> > Yes, it's a bug, so p