[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Warning/bug detected by clang
From: |
Vincent Lefevre |
Subject: |
Re: [Tinycc-devel] Warning/bug detected by clang |
Date: |
Thu, 21 Nov 2024 12:10:59 +0100 |
User-agent: |
Mutt/2.2.13+77 (9dc98409) vl-169878 (2024-06-20) |
On 2024-11-21 11:33:21 +0100, Domingo Alvarez Duarte wrote:
> I changed it to:
>
> ====
>
> #define TCC_VERSION_MAJOR "0"
> #define TCC_VERSION_SUB "9"
> #define TCC_VERSION_MINOR "28"
This is often called MAJOR.MINOR.PATCH or MAJOR.MINOR.MICRO, but
in the case of tinycc, the "9" isn't really minor. So, OK.
> #define TCC_RELEASE_CANDIDATE "rc"
I would rather call it TCC_VERSION_SUFFIX (so it could be "alpha",
"beta", "dev" or whatever, if need be).
--
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
- [Tinycc-devel] Warning/bug detected by clang, Domingo Alvarez Duarte, 2024/11/20
- Re: [Tinycc-devel] Warning/bug detected by clang, Domingo Alvarez Duarte, 2024/11/21
- Re: [Tinycc-devel] Warning/bug detected by clang, avih, 2024/11/21
- Re: [Tinycc-devel] Warning/bug detected by clang, Domingo Alvarez Duarte, 2024/11/21
- Re: [Tinycc-devel] Warning/bug detected by clang, avih, 2024/11/21
- Re: [Tinycc-devel] Warning/bug detected by clang, Steffen Nurpmeso, 2024/11/21
- Re: [Tinycc-devel] Warning/bug detected by clang, grischka, 2024/11/21
- Re: [Tinycc-devel] Warning/bug detected by clang, Vincent Lefevre, 2024/11/22
Re: [Tinycc-devel] Warning/bug detected by clang, Vincent Lefevre, 2024/11/21