AdaCore / gprbuild

GPRbuild is an advanced build system designed to help automate the construction of multi-language systems.
Other
65 stars 21 forks source link

Prefer aspects of representation clauses #126

Closed pjljvandelaar closed 1 year ago

pjljvandelaar commented 1 year ago

Dear Gprbuild developers,

Why not replace https://github.com/AdaCore/gprbuild/blob/1e13ed644c71509a0a6b8cd3102d88cedb59cf88/gpr/src/gpr-output.adb#L28-L29 with

   Buffer     : String (1 .. Buffer_Max + 1) := (others => '*') with
     Alignment => 4;

Greetings, Pierre

Problem detected and solved by Rejuvenation-Ada crate vote for Rejuvenation-Ada as The 2022 Ada Crate Of The Year

t-14 commented 1 year ago

Thank you for your suggestion, but this project is in long-term maintenance and we have no plans to update it project to the new syntax.