Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-13 Thread Ondrej Pokorny via lazarus
On 12.04.2019 22:29, Werner Pamler via lazarus wrote: Am 12.04.2019 um 20:23 schrieb Ondrej Pokorny via lazarus: I hope you will have more understanding for breaking changes in the future after this experience :) Don't worry, it will be changed shorty, but I wanted to have an example which

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Bart via lazarus
On Fri, Apr 12, 2019 at 7:38 PM Werner Pamler via lazarus wrote: > I don't know: is this changed or am I fooled by my memory? I was rather > sure that when the signature of a published event is changed, forms > saved with the old signature cannot be read without error. But now I > notice that

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Werner Pamler via lazarus
Am 12.04.2019 um 20:23 schrieb Ondrej Pokorny via lazarus: On 12.04.2019 19:35, Werner Pamler via lazarus wrote: I don't know: is this changed or am I fooled by my memory? I was rather sure that when the signature of a published event is changed, forms saved with the old signature cannot be

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Ondrej Pokorny via lazarus
On 12.04.2019 19:35, Werner Pamler via lazarus wrote: I don't know: is this changed or am I fooled by my memory? I was rather sure that when the signature of a published event is changed, forms saved with the old signature cannot be read without error. But now I notice that this is not true

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Mattias Gaertner via lazarus
On Fri, 12 Apr 2019 19:35:03 +0200 Werner Pamler via lazarus wrote: > I don't know: is this changed or am I fooled by my memory? I was > rather sure that when the signature of a published event is changed, > forms saved with the old signature cannot be read without error. But > now I notice that

[Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Werner Pamler via lazarus
I don't know: is this changed or am I fooled by my memory? I was rather sure that when the signature of a published event is changed, forms saved with the old signature cannot be read without error. But now I notice that this is not true any more. The version of TAChart which I just committed