GithubHelp home page GithubHelp logo

Comments (7)

denisandroid avatar denisandroid commented on June 30, 2024 1

Thanks for writing, I'll try to fix it.

from cluflock.

denisandroid avatar denisandroid commented on June 30, 2024 1

0884dec

from cluflock.

denisandroid avatar denisandroid commented on June 30, 2024 1

Yes, I will release it soon, you just need to test everything well before release.

from cluflock.

denisandroid avatar denisandroid commented on June 30, 2024

613f86b

from cluflock.

davidanthoff avatar davidanthoff commented on June 30, 2024

I just tried that version via cluFlock = { git = "https://github.com/clucompany/cluFlock" } in my Cargo.toml, now I get the following errors:

    Checking cluFlock v1.2.7 (https://github.com/clucompany/cluFlock#613f86bc)
error[E0432]: unresolved import `crate::os_release::r#dyn`
 --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:9:24
  |
9 | use crate::os_release::r#dyn::BehOsRelease;
  |                        ^^^^^ could not find `r#dyn` in `os_release`

error[E0432]: unresolved import `crate::data::err::FlockFnError`
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:10:5
   |
10 | use crate::data::err::FlockFnError;
   |     ^^^^^^^^^^^^^^^^^^------------
   |     |                 |
   |     |                 help: a similar name exists in the module: `FlockError`
   |     no `FlockFnError` in `data::err`

error[E0432]: unresolved import `crate::SafeUnlockFlock`
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:12:5
   |
12 | use crate::SafeUnlockFlock;
   |     ^^^^^^^^^^^^^^^^^^^^^^ no `SafeUnlockFlock` in the root

error[E0432]: unresolved import `crate::FlockFnBuilder`
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:20:5
   |
20 | use crate::FlockFnBuilder;
   |     ^^^^^^^^^^^^^^^^^^^^^ no `FlockFnBuilder` in the root

error[E0437]: type `UnlockResult` is not a member of trait `WaitFlockUnlock`
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:42:2 
   |
42 |     type UnlockResult = ();
   |     ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `WaitFlockUnlock`

error[E0433]: failed to resolve: use of undeclared type `I`
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:97:12
   |
97 |         1 => Ok( I::ok(arg) ),
   |                  ^ use of undeclared type `I`

error[E0433]: failed to resolve: use of undeclared type `I`
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:98:13
   |
98 |         _ => Err( I::err(arg, io::Error::last_os_error()) ),
   |                   ^ use of undeclared type `I`

error[E0412]: cannot find type `RawFd` in this scope
  --> C:\Users\david\.cargo\git\checkouts\cluflock-d61fcff256fb6a47\613f86b\src\os_release\windows.rs:93:36
   |
93 | fn flock<D: FlockElement<FilePtr = RawFd>, F: FnOnce(D) -> R, FE: FnOnce(D, std::io::Error) -> R, R>(arg: D, flag: DWORD, next: F, errf: ...
   |                                    ^^^^^ not found in this scope

And it goes on like that for quite a while.

The problem is probably use crate::os_release::r#dyn::BehOsRelease;, right?

from cluflock.

davidanthoff avatar davidanthoff commented on June 30, 2024

Great, much appreciated! Do you think you could release a new version to crates.io?

from cluflock.

denisandroid avatar denisandroid commented on June 30, 2024

So far, everything is stable at this stage, no one has written, the process has dragged on a bit.

from cluflock.

Related Issues (4)

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.