On 24/10/2024 09.38, Matt Jolly wrote:
Is anyone actually using an 80-column display in 2024? Could we look
at relaxing this to something more sane / modern like 120? Are there
any accessibility concerns, etc.?
In present days, its not about the width of the used terminal/display.
As ulm wrote
Hi,
On 24/10/24 17:32, Ulrich Müller wrote:
Please keep the length of documentation lines below 80 characters;
best is to break them at 70-ish chars for good human readability.
https://devmanual.gentoo.org/ebuild-writing/file-format/
index.html#indenting-and-whitespace
A bit off-topic, but:
+ if tc-is-cross-compiler; then
+ ZBS_ARGS_BASE+=(
+ # TODO add to upstream some way to add different search
prefixes
+ # for binaries, include paths and libraries, like
existing --prefix-exe-dir etc.
+ # Right
> On Thu, 24 Oct 2024, Eric Joldasov wrote:
> --- /dev/null
> +++ b/eclass/zig-toolchain.eclass
I have some general comments about both proposed eclasses.
> @@ -0,0 +1,325 @@
> +# Copyright 2024 Gentoo Authors
> +# Distributed under the terms of the GNU General Public License v2
> +
> +# @EC