Matěj Cepl

Results 503 comments of Matěj Cepl

Including the patch as an attachment...

Now it raises the added Python error. I think its better than the vim error but not really userfriendly. Is there a simple way to catch all RopeErrors and just...

@aligrudi any idea about this? Can we somehow visualize the AST tree we get?

> I'm writing a HTTP server that exposes rope functionality, I like the idea, but wouldn't it be better to support [Language Server Protocol](https://en.wikipedia.org/wiki/Language_Server_Protocol)? Would it make sense? I believe...

> If someone wants to put in the effort to create a better refactoring server of some sort, that would be fine with me. So, it won't be you, do...

Just to throw here https://github.com/davidhalter/jedi/issues/630#issuecomment-225763004 ... merge requests based on this idea would be probably considered. @aligrudi , what do you think?

https://gist.github.com/mcepl/34cf6dfc99598573ea36b1c901c325b9 but I think it is still not correct: those '+' characters are somewhat weird and it is all about removal of code, nothing added. I hope it helps at...

Well, we try to have python-rope with as few dependencies outside of stdlib as possible. And (putting on my openSUSE Python maintainer hat) ``setuptools_scm`` has rather unpleasant dependency tree.

It is completely off-topic in this bug. openSUSE is very much devoted to the idea of https://reproducible-builds.org, which in the end means that we cannot have any BuildRequirements cycles and...