Git Product home page Git Product logo

Comments (5)

fenhl avatar fenhl commented on June 4, 2024 1

It compiles! Thank you for fixing this so quickly.

from rust-obs-plugins.

bennetthardwick avatar bennetthardwick commented on June 4, 2024

Hey, thanks for the issue! I just pushed 0.2 to crates.io - can you try again? I don't have access to a Windows machine at the moment so I can't test locally, but when I was trying to setup CI the other month I think I ran into the same issue - 1f8578d

from rust-obs-plugins.

fenhl avatar fenhl commented on June 4, 2024

New error message!

error[E0308]: mismatched types
   --> C:\Users\fenhl\.cargo\registry\src\github.com-1ecc6299db9ec823\obs-wrapper-0.2.0\src\log.rs:107:25
    |
105 | fn to_native_level(level: Level, promote_debug: bool) -> u32 {
    |                                                          --- expected `u32` because of return type
106 |     match level {
107 |         Level::Error => LOG_ERROR,
    |                         ^^^^^^^^^ expected `u32`, found `i32`
    |
help: you can convert an `i32` to a `u32` and panic if the converted value doesn't fit
    |
107 |         Level::Error => LOG_ERROR.try_into().unwrap(),
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

from rust-obs-plugins.

bennetthardwick avatar bennetthardwick commented on June 4, 2024

Okay just published 0.2.2. I got the Windows pipeline building on master so hopefully it'll work for you. Let me know how it goes!

from rust-obs-plugins.

bennetthardwick avatar bennetthardwick commented on June 4, 2024

Awesome! No problemo

from rust-obs-plugins.

Related Issues (15)

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.