Skip to content

missing instructions about programs.csv #37

@burgesQ

Description

@burgesQ

Attempt to compile the code from master fail because of some missing file on the repository.

Traces:

╭─  dive  #v0.2.1@b9851fb5 ─────────────────────────────────────────────────────────────────────────────────────────────╮
╰─ 󰁺 13%  11:47:45 ❯ cargo build --release                                                                              ─╯
   Compiling dive v0.2.1 (/home/master/repo/dive)
error: couldn't read `src/bin/../assets/programs.csv`: No such file or directory (os error 2)
   --> src/bin/pkg.rs:133:20
    |
133 |     let programs = include_bytes!("../assets/programs.csv");
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `dive` (bin "pkg") due to 1 previous error

I could not find any reference about it in the readme ?
Seems that creating an empty file @src/asserta/progtrams.cvs "fixed" the compilation.

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