Stream: git-cranelift

Topic: cranelift / Issue #1004 clif-util no longer reads from st...


view this post on Zulip GitHub (Jan 10 2020 at 10:40):

bnjbvr labeled Issue #1004:

$ cargo run -- run
    Finished dev [unoptimized + debuginfo] target(s) in 0.11s
     Running `target/debug/clif-util run`
Unable to read file: IO error for operation on -: No such file or directory (os error 2)

It looks like it's trying to read from the literal file '-' instead of stdin.

view this post on Zulip GitHub (Jan 17 2020 at 17:40):

abrown closed Issue #1004:

$ cargo run -- run
    Finished dev [unoptimized + debuginfo] target(s) in 0.11s
     Running `target/debug/clif-util run`
Unable to read file: IO error for operation on -: No such file or directory (os error 2)

It looks like it's trying to read from the literal file '-' instead of stdin.


Last updated: Nov 22 2024 at 16:03 UTC