Results 226 comments of Simonas Kazlauskas

``` $ cat Cargo.toml [package] name = "foo" version = "0.1.0" authors = ["Simonas Kazlauskas "] edition = "2018" [lib] proc-macro=true [dependencies] $ cat src/lib.rs use proc_macro::TokenTree; $ cargo build...

Technically `Cargo.toml` and everything related to it is entirely within the world of `cargo` and `cargo` deciding to add a flag based on a specification in `Cargo.toml` does not make...

@andir you need `edition="2018"` in your `Cargo.toml` (or `--edition=2018` in your command line is missing) I think. Only since 2018 you may omit `extern crate` items in source code and...

> This sounds completly unrelated to both crate2nix and buildRustCrate. It is related at least to an extent that they install way too much into the outputs. Once an `.rlib`/`so`/etc...

Another instance of the same: opencv. Diff ```diff --- /nix/store/20wcnnmsb742lz5p19z71l7nrwna8hqv-rust_opencv-0.29.3-lib/lib/opencv.opt 1970-01-01 03:00:01.000000000 +0300 +++ /nix/store/20wcnnmsb742lz5p19z71l7nrwna8hqv-rust_opencv-0.29.3-lib.check/lib/opencv.opt 1970-01-01 03:00:01.000000000 +0300 @@ -53,8 +53,6 @@ cargo:rerun-if-env-changed=OPENCV_LINK_LIBS cargo:rerun-if-env-changed=OPENCV_LINK_PATHS cargo:rerun-if-env-changed=OPENCV_INCLUDE_PATHS -Generating module 'freetype' from headers:...

> I think, the best way would be to have the build script fixed. Why? Because if there are any other reproducibility issues, the best way to debug that is...

I needed this (the split write/read ends) as well. I think the model where it is possible to split the read end from the write end is independently useful from...

> Windows and Linux both do OS-level locking on read/write operations to file handles, so I don't think changing the settings from another thread is a problem. I’m about 100%...

Here's video http://ge.tt/9uiZ4IC/v/0 First of all, sorry for small resolution. **Explanation:** There's three open windows - Chromium, Empathy and Chromium(second one). As you see, I click close on third icon...