Hi,
Just found out about this project and so far I like it. Especially a split file that doesn't take trial and error to figure out the formatting for.
I'm having some really weird issues though, unfortunately making it unusable.
After every run, the list of splits will decrease. The splits are still there if you scroll.. just the "bottom" of the area you can scroll with the mouse will creep up by one split.
Eventually it will reach the top and you can't see any splits. At this point mist will crash.
I recorded a video so you can see what it looks like.
https://www.youtube.com/watch?v=wWtnD9QAC8w
The binary from the release page didn't work, so I compiled it myself. Binary just comes up with a window saying
"No such file or directory (os error 2)"
Got this warning at the end of compilation as well.
warning: the following packages contain code that will be rejected by a future version of Rust: allsorts-rental v0.5.6, allsorts_no_std v0.5.2
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
Report:
> = note: `#[allow(proc_macro_back_compat)]` on by default
> = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
> = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
> = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
> = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info)
Not sure if that's related at all, but figured I'd post it.
Fedora 36, Rust 1.62.1, Cargo 1.62.1
Any ideas?
Hi,
Just found out about this project and so far I like it. Especially a split file that doesn't take trial and error to figure out the formatting for.
I'm having some really weird issues though, unfortunately making it unusable.
After every run, the list of splits will decrease. The splits are still there if you scroll.. just the "bottom" of the area you can scroll with the mouse will creep up by one split.
Eventually it will reach the top and you can't see any splits. At this point mist will crash.
I recorded a video so you can see what it looks like.
https://www.youtube.com/watch?v=wWtnD9QAC8w
The binary from the release page didn't work, so I compiled it myself. Binary just comes up with a window saying
```"No such file or directory (os error 2)"```
Got this warning at the end of compilation as well.
```Finished release [optimized] target(s) in 15.12s
warning: the following packages contain code that will be rejected by a future version of Rust: allsorts-rental v0.5.6, allsorts_no_std v0.5.2
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
```
Report:
```
> = note: `#[allow(proc_macro_back_compat)]` on by default
> = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
> = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
> = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
> = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info)
```
Not sure if that's related at all, but figured I'd post it.
Fedora 36, Rust 1.62.1, Cargo 1.62.1
Any ideas?