Skip to content

Can't compile as dependenciesΒ #30

@AntoineRenaud91

Description

@AntoineRenaud91

Compiling an empty project with the following Cargo.toml

[package]
name = "hidefix-test"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hidefix = { version = "0.8", git = "https://github.com/gauteh/hidefix.git"}

yield a compile error:

..:~/.../hidefix-test$ cargo +nightly build -r
...
error[E0599]: no method named `chunks_visit` found for reference `&hdf5::Dataset` in the current scope
   --> /home/arenaud/.cargo/git/checkouts/hidefix-8eedc5ee6b6656b5/ecfb111/src/idx/dataset/dataset.rs:106:24
    |
106 |                     ds.chunks_visit(|ci| {
    |                     ---^^^^^^^^^^^^ help: there is a method with a similar name: `chunk_info`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `hidefix` (lib) due to previous error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions