IRust icon indicating copy to clipboard operation
IRust copied to clipboard

untitled issue

Open chandukona opened this issue 2 years ago • 4 comments

IRust: failed to format the error output.
This is a bug in IRust.
Feel free to open a bug-report at https://github.com/sigmaSd/IRust/issues/new with the next text:

original_output:
error: could not find `Cargo.toml` in `/private/var/folders/fr/h0xg5y_j1zggbs3hs0rb7y5c0000gn/T/irust_repls/irust_host_repl_616768c53da74cc9881335d2a4fd0a80` or any parent directory

In:

chandukona avatar Dec 25 '23 23:12 chandukona

Hello, how did you install irust, this path is weird /private/var/folders/fr/h0xg5y_j1zggbs3hs0rb7y5c0000gn/T/irust_repls, it should be the temporary folder of you system , so it seem like have an uncommon system setup

sigmaSd avatar Jan 28 '24 08:01 sigmaSd

Same issue when installed through rustup

In: let _ = String::new();
IRust: failed to format the error output.
This is a bug in IRust.
Feel free to open a bug-report at https://github.com/sigmaSd/IRust/issues/new with the next text:

original_output:
    Checking irust_host_repl_095086b20c5b4c549ceaa24ac01aaa8e v0.1.0 (/tmp/irust_repls/irust_host_repl_095086b20c5b4c549ceaa24ac01aaa8e)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s

onlycs avatar Mar 18 '24 18:03 onlycs

@OnlyCS your issue is different then the op, I pushed a fix here https://github.com/sigmaSd/IRust/commit/2cf79480c4576f90f935578cb6ab13882ce6b987

whats your rust version btw ? (the output now differs it shows dev profile instead of dev

sigmaSd avatar Mar 18 '24 18:03 sigmaSd

I'm running rust 1.78.0 nightly. I'll check out that commit soon

onlycs avatar Mar 18 '24 18:03 onlycs