nori li

Results 26 comments of nori li

ah, I'm sorry! That pattern definitely works with neovim, no change. What doesn't work is "every other tag". Nothing actually goes to its definition. Like, consider: $ROOT/examples/games/breakout.rs is going up,...

The example program does have dependencies on several bevy crates which it declares explicitly. However, the tags can't find those dependencies. They can find the lib.rs with prototypes for some...

> I think this is due to rustup having a [root package](https://doc.rust-lang.org/cargo/reference/workspaces.html#root-package), and also explains what I see in [issue 32](https://github.com/frewsxcv/cargo-all-features/issues/32#issuecomment-1540868146) > > The current packages to test logic is...

note: even just suggesting cargo-tree would be a start :D

> Is it possible to change env vars for `RUST_BACKTRACE` and `COLORBT_SHOW_HIDDEN`? Currently no. What would be the motivation for this feature, does the environment variable present some conflict for...

Well thank you for the suggestion : )

@nicolandu could you please provide an asm file that reproduces the problem? I copied your example and removed `dummy`, but it compiles with no error.

@nicolandu the program you've provided doesn't compile, 'nmi', 'reset', and 'irq' aren't defined in this file -- probably deferred resolution until they were included. Removing those commands does not result...

Yes, it still happens with the newest update. It isn't 100% -- if I quickly switch I can often get the page I left at, but if I take some...

~~It looks like this isn't quite finished.~~ Have you considered working from this PR to fix nightly backtraces? https://github.com/eyre-rs/eyre/pull/124