darkrenaissance / darkfi

Anonymous. Uncensored. Sovereign.

Home Page:https://dark.fi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't make tau

sch1z00 opened this issue · comments

on debian bullseye I have these errors:

error[E0425]: cannot find value from_occurrences in this scope
--> bin/tau/tau-cli/src/main.rs:51:25
|
51 | #[clap(short, parse(from_occurrences))]
| ^^^^^^^^^^^^^^^^ not found in this scope

...

error[E0599]: no method named parse found for struct Arg in the current scope
--> bin/tau/tau-cli/src/main.rs:51:19
|
51 | #[clap(short, parse(from_occurrences))]
| ^^^^^ this is an associated function, not a method
|
= note: found the following associated functions; to be used as methods, functions must have a self parameter
note: the candidate is defined in the trait Parser
--> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.0.29/src/derive.rs:81:5

thanks for pointing this out, it is fixed now, though tau is not fully ready yet