Lie Ryan

Results 79 comments of Lie Ryan

Having said that, we might want to actually rewrite this test to not depend on `build`. This particular test do need to run against some third party libraries though, as...

Hi @gliptak, thanks for making this PR. The latest version of pytest that supports Python 2.7 unfortunately doesn't support putting configuration in pyproject.toml; so unfortunately, we'll have to keep the...

We want to drop 2.7 eventually, we have a rudimentary deprecation plan for Python 2.7 in https://github.com/python-rope/rope/issues/400. But for the moment we still maintain support for it. So let's keep...

If a project is still running on Python 2.7 right now, it's probably safe to say that the project is not being actively developed. I doubt that there are that...

The benefit of dropping support for running rope on Python 2.x is that rope codebase itself can start using more modern Python idioms and libraries. Having said that, given what...

I think having Resource, File, and Folder implement os.PathLike is a good idea. However, the rest of proposal to use pathlib internally in Rope's resource is going to cause a...

@eivindjahren Thank you for writing detailed bug report with great reproduction scenario.

Hi @bageljrkhanofemus, do you know if this something that can be fixed in pytoolconfig or does it need to be fixed in rope?

Closing as duplicate of #371. **Edit**: Hmmm... actually, on a second read, this doesn't seem to be a duplicate.

This seems to have already been supported by the [IntroduceParameter refactoring](https://github.com/python-rope/rope/blob/master/rope/refactor/introduce_parameter.py). It is currently undocumented and I don't think currently there are any editor integration currently that implements them though.