Re: Rust packaging coordination

2020-02-01 Thread Andreas Rottmann
John Soo writes: > Hi rust packagers, > > We have: ripgrep, tokei, cbindgen. > > [ ... exa and alacritty ] > > I also have: racer, rustfmt, fd and pijul. > > What should we do next? > I have started packaging i3status-rust[1]. This is motivated primarily by scratching my own itch, and to become m

Re: (not) testing Rust packages?!

2020-01-29 Thread Andreas Rottmann
John Soo writes: > Hey Andreas, > >> `cargo test` will always build the crate a second time, even if `cargo >> build` already ran. This is due to the config attribute `test` being set >> (similar a to C preprocessor #define), and thus the actual code being >> compiled may be different. > > Just t

Re: (not) testing Rust packages?!

2020-01-25 Thread Andreas Rottmann
Martin Becze writes: > Yeah really good point there (and good work on getting all those pkgs > in!) > Being a newcomer to guix, I must say I'm really amazed about the state of Rust packaging! >> Furthermore since most rust libraries we have are not executables, we >> could still skip the build a

Re: patch-shebang and Rust - Change on core-updates?

2020-01-24 Thread Andreas Rottmann
[ Note that this is my first post on this list, and I'm posting via gmane, so if I'm messing something up, please let me know, either on-list, or in private, whichever you deem more appropriate ] Danny Milosavljevic writes: > Hi, > > Rust uses #![...] for something that is definitely not a