[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PROPOSAL] Builder, a build system integration for Emacs
From: |
Po Lu |
Subject: |
Re: [PROPOSAL] Builder, a build system integration for Emacs |
Date: |
Tue, 30 May 2023 21:03:28 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gregory Heytings <gregory@heytings.org> writes:
>>> You are apparently unaware that Rust guarantees backward
>>> compatility of source code.
>>
>> I am unware of almost _everything_ about Rust
>>
>
> The "you" above was not you (Richard) ;-)
>
>>
>> Other people have told me that Rust changes very often, that it is
>> unstable.
>>
>
> That's incorrect, unless you use Rust's "nightly" version, which is
> its experimental branch. Rust's "stable" is stable, and code that
> builds with a stable version of the Rust compiler should build with
> any later stable version of the Rust compiler.
Except that a large quantity of code utilizes ``unstable'' features.
As a result, changes to the ``nightly'' compiler often break large
amounts of code, without a centralized place where the breakage can
be fixed (i.e. Gnulib.)
- Re: [PROPOSAL] Builder, a build system integration for Emacs, (continued)
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/26
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/26
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/28
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/29
- Re: [PROPOSAL] Builder, a build system integration for Emacs,
Po Lu <=
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/31
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Lynn Winebarger, 2023/05/26
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Björn Bidar, 2023/05/28
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/29
- Re: [PROPOSAL] Builder, a build system integration for Emacs, tomas, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/29
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs, BTuin, 2023/05/25
Re: Builder, a build system integration for Emacs, Richard Stallman, 2023/05/22