Mikko Rantanen

Results 27 issues of Mikko Rantanen

I've got a binary, that uses `RUNPATH` to define the location of a dependent dynamic library. Running the binary on its own in Docker succeeds. Running the binary under kcov...

There already exists `AsRef` implementation for `DNSName`, but given there is also `as_ref() -> DNSNameRef`, trying to get a `&str` with `dns_name.as_ref()` ends up picking the wrong implementation. The `AsRef::::as_ref(&source)`...

_This issue started its life in clippy (https://github.com/rust-lang-nursery/rust-clippy/issues/1313). Once it was realized this should apply to built-in lints as well, it migrated to rust (https://github.com/rust-lang/rust/issues/45832). There @kennytm suggested that it...

A-lints

**What version of protobuf and what language are you using?** Version: v3.6.1 Language: C# **What operating system (Linux, Windows, ...) and version?** Windows 10 **What runtime / compiler are you...

c#
inactive

In Windows these are typedef'd together so code that defines a `GUID` and passes that in as `IID` compiles just fine. However on non-Windows platforms that fails as `_GUID` and...

In many real world COM APIs the out parameters aren't only at the end of the parameter list. In the past this meant these APIs would need to be modeled...

Interfaces and dependent types can currently be shared through common crates between COM client and server. CLSID is defined through `#[com_class(..)]` attribute, which exists only in the COM server. We...

Intercom-cli should be able to take an Intercom crate and generate com-rs trait bits for it.

Implement `intercom::comrs_interface` and `intercom::comrs_class` attributes that implement Intercom metadata and class factory delegation for comrs bits.