Derniers Commentaires
En réponse à: Debian running on Rust coreutils

@Jorg because crates are directly shipped into the final binary. No work has been done to minimize the size.
There are some options to do it: https://github.com/johnthagen/min-sized-rust
En réponse à: Debian running on Rust coreutils

Interesting project!
Can you elaborate, why the Rust package is so much bigger than the C package?
En réponse à: Debian running on Rust coreutils

On the one hand, I’d absolutely love using well written utilities that I spend 50% of my terminal time on.
I bet they would add colors and what not.
On the other, I have to wonder if the people writing the new stuff understand things in and out enough to be able to cover every last case. I mean if my cp is silently doing data corruption in some edge case, that won’t be worth the productivity I gained from using better developed new tools
En réponse à: Rebuild of Debian using Clang 3.9, 4.0 and 5.0

Regardless of the decision to stop the debian migration endeavour, it definitely has had positive ripple effects on code quality throughout the vast free software ecosystem.
Thanks for all your effort Sylvestre! : )
En réponse à: Rebuild of Debian using Clang 3.9, 4.0 and 5.0

I think stopping the goal of switching is a mistake. LLVM has better sanitizers (which help portability and security), more frequent releases (which make it easier to adopt new versions), and seems to be the basis for a lot of new research in compilers.
The bugs that prevent the switch are, at this point, generally real bugs in the code.
En réponse à: Merchandising at Debconf

what is shipping?
what is USD or EURO for swiss army knife?
how much for umbrella and hat together/?
En réponse à: Rebuild of Debian using Clang 3.9, 4.0 and 5.0

I think Clang should stop having just a single command line toolset. It should have a compatibility interface for gcc, with same switches and warning/error handling as gcc, and a Clang main frontend, with possibily different switches and different default settings for warnings/error.
En réponse à: Rebuild of Debian using Clang 3.5.0

@teh 1
> what’s the general reason why everything won’t compile on Clang?
There are various reasons:
* bad code that gcc accepts
* non standard C code accepted by gcc (variable length array for example)
* -Wall (+ -Werror) does not enable the same set of warnings
* clang is C99 by default, not gcc.
* etc
En réponse à: Rebuild of Debian using Clang 3.5.0

Out of pure intellectual curiosity, what’s the general reason why everything won’t compile on Clang? Is it that GCC ignores errors and alows non-standard code? Or is it Clang that didn’t implement everything according to standards? (In terms of C and C++ standards)
En réponse à: Rebuild of Debian using Clang 3.5.0

You might be interested in the Gentoo tracker for Clang-specific failures:
En réponse à: Rebuild of Debian using Clang 3.5.0

Amazing decrease from 9.5% to 5.7%.
I guess it will be possible to compile a full Linux distribution with clang in only a few years.
En réponse à: Debian Twitter accounts are back

Aaron, Planet Debian has already an account:
https://twitter.com/planetdebian
Vincent, why not but it would help to get that in a better format (RSS, XML or RFC 822 format).
En réponse à: Debian Twitter accounts are back

A Debian Planet feed would be great also. I don’t know if this exists already, however.
En réponse à: Debian Twitter accounts are back

Having an account for new Debian maintainer [1] would be cool, I guess!
En réponse à: Changes Firefox 29 beta2 to beta3

Thank you for doing this. I see that a lot of people find it confusing why there isnt a change log between beta releases.
En réponse à: Rebuild of Debian using Clang 3.4

Amazon gives 10 000 US$/year to Debian for such experiment.
We are building, for now, just for amd64. There are still so much work to do. It would be a mistake to try tackling every issues at the same time.
En réponse à: Rebuild of Debian using Clang 3.4

What is “AWS donation” ?
Are you only building x86 or other arch too ?