From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Heziode Newsgroups: comp.lang.ada Subject: Re: Dotenv - first release Date: Sat, 23 Jan 2021 09:41:43 +0100 Organization: A noiseless patient Spider Message-ID: References: <18e48ffb-48be-4193-8b28-3330309044e5n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="aa1ff8862176823220c13e2546f33c60"; logging-data="22618"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ODZk7dZrSeRqWAlqh2X7U" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 Cancel-Lock: sha1:4Y/Mu178wlzyZpgEgXZq/hwz1LI= In-Reply-To: <18e48ffb-48be-4193-8b28-3330309044e5n@googlegroups.com> Content-Language: fr Xref: reader02.eternal-september.org comp.lang.ada:61183 List-Id: Le 23/01/2021 à 02:02, Anh Vo a écrit : > On Friday, January 22, 2021 at 7:34:44 AM UTC-8, Heziode wrote: >> Hi, >> >> I have just released Dotenv: 1.0.0 >> >> Dotenv allows you to loads environment variables from `.env` file. >> >> For more information, please refer to: https://github.com/Heziode/ada-dotenv >> >> --- >> >> Heziode > Thank you for sharing your work. > > Just took a quick look at dotenv.gpr file. There may be two issues, extra null;, at case Style_Checks and case Contract_Checks. > > Anh Vo > Indeed, thank's for report. .gpr has been generated by Alire, I did not modify it. So, there must be a problem in the alire gpr generator. Heziode