Guillaume Desmottes
Guillaume Desmottes
> Maybe the next steps are to open an issue on the `vcpkg` crate cross-referencing this and asking how they'd like to handle this / what api to expose? Yes,...
Same problem here with `1.35.3-1 ` but I don't have much details in `/config/logs`: ``` [17:59:29] INFO: Preparing to start... [17:59:31] INFO: Socat not enabled [17:59:37] INFO: Starting Zigbee2MQTT... ```
Closing as a dup of #1 as the `toml` bump is being discussed there.
Thanks for your patch! As discussed on #8 we are still not clear if and how we'd like to support `vcpkg`. Let's sort that out first before considering merging your...
> even just have a HOST_/TARGET_ split. [Looks like pkg-config-rs, used by system-deps already support HOST/TARGET](https://github.com/rust-lang/pkg-config-rs/blob/master/src/lib.rs#L405) env variables. Would this do or what are you looking for exactly?
It seems to work when using a custom `get` implementation: ```rust #[property(get = |t: &Self| t.inner_enum.lock().unwrap().senum.to_owned(), type = SimpleEnum, builder(SimpleEnum::One))] inner_enum: Mutex, ```
> @gdesmott could you add a full reproducer of the issue please? There is in this commit: https://github.com/gdesmott/gtk-rs-core/commit/f7d6a6049b44c298c56cbc1e4b6fb9ff218f46a9
Indeed, I guess that should work. I'd prefer to have a test using this before changing the doc. PR welcomes. :)
That's really strange as only the subdir `toml-missing-file` is included and I don't see anything special with this one. Don't know how `cargo publish` pick the files actually included, will...
This can easily be check using: ``` $ cargo package -l .cargo_vcs_info.json .github/release-drafter.yml .github/workflows/ci.yml .github/workflows/release-drafter.yml .gitignore Cargo.toml Cargo.toml.orig LICENSE-APACHE LICENSE-MIT README.md src/lib.rs src/metadata.rs src/test.rs src/tests/testanotherlib.pc src/tests/testdata.pc src/tests/testlib-2.0.pc src/tests/testlib-3.0.pc src/tests/testlib.pc src/tests/toml-missing-file/no-cargo-toml-here...