From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.7 required=3.0 tests=BAYES_00,NICE_REPLY_A, REPLYTO_WITHOUT_TO_CC,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: Working folders for a project Date: Tue, 27 Sep 2022 09:59:29 +0200 Organization: A noiseless patient Spider Message-ID: References: Reply-To: nonlegitur@notmyhomepage.de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 27 Sep 2022 07:59:30 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="09d0e70ac13a95787aed0e5a16a0eacc"; logging-data="29894"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18+nlGqkX68zEf+ifFc1QXVNI0byq/1oO0=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Cancel-Lock: sha1:2VaL7eXR7CvCNW3Ey0qOlOY2oQ8= In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:64437 List-Id: On 27.09.22 08:27, Dmitry A. Kazakov wrote: said, keep you project interoperable between Windows and Linux: > > 1. Always use small letters > 2. Newer use spaces > 3. Newer use \ as a directory separator. (GCC and GNAT run-times understand /). > 4. Newer use Latin-1 or UTF-8 (not even in the string literals). 0. Never, ever, use full path literals. Or separator characters. 0.5. Fix GCC's silly dependence on path literals.