Matěj Cepl

Results 503 comments of Matěj Cepl

First of all, let me apologize for that “nonsense”. I shouldn’t use the term. On the other hand, let me present to you my “mission statement” in https://github.com/python-rope/rope/issues/57#issuecomment-47872067 . If...

OK, following on dicussing on jorgenschaefer/elpy#702 reopening this ticket. If anybody provides pull request, I am willing to consider it.

Yes, that would be awesome.

Do you have any thoughts on how to parse files like https://gitlab.com/mcepl/m2crypto/blob/PEP484_stub_files/M2Crypto/Err.pyi ? Would standard Python `ast` module work on them? Also, if we can parse it and understand type...

After playing with a stub files for a moment and I came to the conclusion, that I don't want to have anything to do with it. Maintaining a separate file...

@aligrudi any thoughts on the previous comment, please?

> Of course, if anybody files a pull request, I won't reject it just because I don't want to use it

> if (this.env.current_file.has_text('from X import Y')): return Great analysis! Thank you. Just one thought: don't we have some better way how to find which imports are present than simple text...

Doesn’t ropemacs use ropemode as well?

Hi, I'm including a patch. It merely prints what's wrong. But I have not tested this patch; does it work for you? https://gist.github.com/7761135 https://gist.github.com/7761136 By the way, would you use...