Denis Lisov
Denis Lisov
Wouldn't it be enough to change [in `features_and_options`](https://github.com/kbknapp/cargo-outdated/blob/e6085e554d98438bb4bf7fcc393a5ef8b412672f/src/cargo_ops/temp_project.rs#L632) the `Dependency::package_name` to be [`Dependency::name_in_toml`](https://docs.rs/cargo/0.44.1/cargo/core/dependency/struct.Dependency.html#method.name_in_toml)?
I don't see that it is slower (or at least did not notice that). I saw that instead of eventually coming to the travel view and from it to the...
Seems to work correctly in Nightly 2020-11-27.
Blinking instead of gameplay again with Nightly 2020-12-06 (Firefox ext)
Ok, now I've checked the browser console and found ``` A script in this movie has taken too long to execute and has been terminated. No more actions will be...
> > You may also want to chase to loop in case the process you encounter first is not one of the loop processes, but a descendant of one of...
> `j` counts the remaining lost nodes; when it becomes `0`, there shouldn't be any lost nodes, so break out the outer loop to prevent wasting time to find more...
Looks good to me from the content POV. Sorry, I'm not familiar enough with the styleguide to review code style, so I'll leave that to @BenBE or someone else from...
> Another performance consideration affecting this code affects the process parent lookup around line 328: Have you checked if looking up that process object using the process hashtable is viable?...
Trying this PR locally and there seems to be some problem I don't fully understand yet.