mendelsshop
mendelsshop
Hi there, sorry to budge in, I have a crate [git function history](https://github.com/mendelsshop/git_function_history), which only supported rust until now, but now I will be supporting Python, and a few other...
I have a few design decisions that I do not know what I should do about: - Functions support anonymous lifetimes, but structs do not so I should generate a...
Also, I think CI is failing because the slow tests need to be updated. I could not figure out how to update them.
What should I do about `impl trait`, my assumption is that just don't provide the assist then. Also, when the struct has generics, the way I am doing it now...
I think I won't support doing it for `self` parameters, as that would be too much of a change. You have to possibly move the function out of the `impl`...
It's mostly working, there are a few things I could not figure out how to do: If there is a comment in between two parameters, I cannot move into the...
Sorry about the git mess I am trying to fix it.
I almost everything away from ted to SyntaxEditor, besides for the import logic which indirectly relies on ted. I think this ready for review.
I did not see that until now, it looks like a much simpler assist (it doesn't have to deal with anonymous/hidden lifetimes, imports, ....), and basically just copies the type...
Edit: I had the wrong upstream remote. I for some reason cannot get to [keeping things up to date](https://rustc-dev-guide.rust-lang.org/git.html#keeping-things-up-to-date) to work (it ends in lots of conflicts), this seems to...