Giter VIP home page Giter VIP logo

Comments (6)

riverar avatar riverar commented on July 28, 2024

Likely another metadata bug, will patch that up when I get back to my PC!

from dia-rs.

JeromySt avatar JeromySt commented on July 28, 2024

Appreciate it. I noticed the crate versions aren't incrementing. Do these fixes overwrite the existing 0.10.0 crate or is there a process to publish the updated sources to crates.io?

from dia-rs.

riverar avatar riverar commented on July 28, 2024

I publish manually and on-demand. After we get this patched up I can publish. Alternatively, you can also just point to the repository as a dependency and run off the bleeding edge.

from dia-rs.

riverar avatar riverar commented on July 28, 2024

@JeromySt Actually, nothing to patch here this time. Kenny reminded me IntoParam<Interface> parameters are always optional. Peeking behind the curtain you'll find:

...
unsafe fn into_param(self) -> Param<T> {
    Param::Borrowed(match self {
        Some(item) => std::mem::transmute_copy(item),
        None => std::mem::zeroed(),
    })
}
...

So just pass in None, as such:

let files = session.findFile(None, PCWSTR::null(), nsNone.0 as u32)?;

Will close this one out, but please do confirm that works for you.

from dia-rs.

JeromySt avatar JeromySt commented on July 28, 2024

Thanks! I'll look into it! Me trying to be too smart.

from dia-rs.

JeromySt avatar JeromySt commented on July 28, 2024

Seems to have worked! Thank you!

from dia-rs.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.