Re: [Ada] Ada2020 feature: partial aggregate notation (Delta aggregates).

2017-01-23 Thread Arnaud Charlet
> Please note that the trunk is in stage4, only regression bugfixes and > documentation fixes are allowed. It is possible to seek exceptions, > but committing dozens of changes that do not fix regressions or > documentation is not desirable right now. Yes I understand, although Ada isn't consider

Re: [Ada] Ada2020 feature: partial aggregate notation (Delta aggregates).

2017-01-23 Thread Jakub Jelinek
On Mon, Jan 23, 2017 at 07:07:40AM -0500, Arnaud Charlet wrote: > This patch implements AI12-0127, which describes a new constructor for > aggregate in terms of an existing record or array aggregate and a series > of component-wise modifications of its value. Please note that the trunk is in stage

[Ada] Ada2020 feature: partial aggregate notation (Delta aggregates).

2017-01-23 Thread Arnaud Charlet
This patch implements AI12-0127, which describes a new constructor for aggregate in terms of an existing record or array aggregate and a series of component-wise modifications of its value. Executing: gnatmake -gnat2020 -q a2020 a2020 must yield: 1 2 9 16 25 --- with Text_IO; use T